added header file dependencies

corrected stack order for more functions
This commit is contained in:
Markus Fröschle
2013-05-05 06:22:22 +00:00
parent ead990d1a1
commit 7e6e79c385
5 changed files with 149 additions and 105 deletions

View File

@@ -10,6 +10,10 @@
#include <stdint.h>
/*
* get and set named cookies. Although these routines do access the cookiejar system variable (which is
* protected), they do not need to be called in supervisor mode
*/
extern int getcookie(uint32_t cookie, uint32_t *p_value);
extern void setcookie(uint32_t cookie, uint32_t value);