summaryrefslogtreecommitdiff
path: root/include/memoire.h
blob: 2fd8b8bdf84cb6141ffc1aab32ec372636f926e5 (plain)
1
2
3
4
5
6
#ifndef __MEMOIRE_H__
#define __MEMOIRE_H__
#include "archi.h"
Uint32 LD(Uint32 offset);
void ST(Uint32 offset, Uint32 valeur);
#endif