summaryrefslogtreecommitdiff
path: root/firmware/export/pp5002.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/pp5002.h')
-rw-r--r--firmware/export/pp5002.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/pp5002.h b/firmware/export/pp5002.h
index b2e02f6174..021c248690 100644
--- a/firmware/export/pp5002.h
+++ b/firmware/export/pp5002.h
@@ -139,6 +139,8 @@
139#define CPU_CTL (*(volatile unsigned char *)(0xcf004054)) 139#define CPU_CTL (*(volatile unsigned char *)(0xcf004054))
140#define COP_CTL (*(volatile unsigned char *)(0xcf004058)) 140#define COP_CTL (*(volatile unsigned char *)(0xcf004058))
141 141
142#define PROC_CTL(core) ((&CPU_CTL)[(core)*4])
143
142#define PROC_SLEEP 0xca 144#define PROC_SLEEP 0xca
143#define PROC_WAKE 0xce 145#define PROC_WAKE 0xce
144 146