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