summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2007-06-17 14:59:18 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2007-06-17 14:59:18 +0000
commit8e02e451e7c01678b8a2d1a624fdbc5da0dffc41 (patch)
tree823bfc87bb5a4a7cad3fe27cc8743fad9eebad6e
parent0b4b8f0a3749991ef2f65c6eab4eea94890799bb (diff)
downloadrockbox-8e02e451e7c01678b8a2d1a624fdbc5da0dffc41.tar.gz
rockbox-8e02e451e7c01678b8a2d1a624fdbc5da0dffc41.zip
add missing define
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13650 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/pnx0101.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/pnx0101.h b/firmware/export/pnx0101.h
index 8ff42de57a..766f3dd2ff 100644
--- a/firmware/export/pnx0101.h
+++ b/firmware/export/pnx0101.h
@@ -218,6 +218,7 @@ struct pnx0101_timer {
218#define INTREQ_WETARGET 0x08000000 218#define INTREQ_WETARGET 0x08000000
219#define INTREQ_WEENABLE 0x04000000 219#define INTREQ_WEENABLE 0x04000000
220#define INTREQ_WEACTVLO 0x02000000 220#define INTREQ_WEACTVLO 0x02000000
221#define INTREQ_ENABLE 0x00010000
221 222
222#endif /* ASM */ 223#endif /* ASM */
223 224