altos: Remove 8051 address space specifiers
[fw/altos] / src / test / ao_eeprom_read.h
index 03c327ca4ecf8a776e82cb797cdcf4d17f3c4f35..afaadb1e4daddb039856c9c872288b8a49d3bcf8 100644 (file)
 #ifndef _AO_EEPROM_READ_H_
 #define _AO_EEPROM_READ_H_
 
-#define __pdata
-#define __data
-#define __xdata
-#define __code
-#define __reentrant
+#define const
 
 #include <stdint.h>
 #include <stdio.h>