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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/epl/global.h b/drivers/staging/epl/global.h
index 3a987db..6214075 100644
--- a/drivers/staging/epl/global.h
+++ b/drivers/staging/epl/global.h
@@ -33,11 +33,6 @@
// usage: CONST BYTE ROM foo = 0x00;
#define HWACC // hardware access through external memory (i.e. CAN)
- // These types can be adjusted by users to match application requirements. The goal is to
- // minimize code memory and maximize speed.
-#define GENERIC // generic pointer to point to application data
- // Variables with this attribute can be located in external
- // or internal data memory.
#define MEM // Memory attribute to optimize speed and code of pointer access.
#ifndef NEAR