summaryrefslogtreecommitdiff
path: root/cesar/lib
diff options
context:
space:
mode:
authordufour2010-04-30 12:43:40 +0000
committerdufour2010-04-30 12:43:40 +0000
commit8f086ea7198ce7267a692db2eabb5b67d627f579 (patch)
treecbefa144e95807a557518d7c3d89684e6768a23b /cesar/lib
parent88645cc20a9bef3c71927a9df7ee160e3c9b05bf (diff)
cesar/ce: add a module to debug the CE using GPIO, closes #1516
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6956 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/lib')
-rw-r--r--cesar/lib/init.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cesar/lib/init.h b/cesar/lib/init.h
index ede9e837f5..1f46ea9dda 100644
--- a/cesar/lib/init.h
+++ b/cesar/lib/init.h
@@ -37,6 +37,7 @@ enum init_list_id_t
INIT_LIST_HAL,
INIT_LIST_HAL_SERVICES,
INIT_LIST_SERVICES,
+ INIT_LIST_CE,
INIT_LIST_NB
};
typedef enum init_list_id_t init_list_id_t;