1234567891011121314151617 |
- /*
-
- */
- #include <Asmdef.h>
- #include <rom_def.h>
- #include <stdio.h>
- #include <asm/types.h>
- #define LOCK_SPI 0
- #define LOCK_MALLOC 2
- #define LOCK_PRINT 4
- #define LOCK_NAND 6
- __cpu0 void SmpLock(int offset);
- __cpu0 void SmpUnlock(int offset);
|