aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/epl/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/epl/global.h')
-rw-r--r--drivers/staging/epl/global.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/epl/global.h b/drivers/staging/epl/global.h
index 9c45c03..b5902da 100644
--- a/drivers/staging/epl/global.h
+++ b/drivers/staging/epl/global.h
@@ -29,8 +29,6 @@
// ------------------ GNUC for I386 ---------------------------------------------
-#define ROM // code or variables mapped to ROM (i.e. flash)
- // usage: CONST BYTE ROM foo = 0x00;
#define HWACC // hardware access through external memory (i.e. CAN)
#define MEM // Memory attribute to optimize speed and code of pointer access.