diff include/os/storageKeys.h @ 149:eb69d1caa83b

First try with storage keys
author Jonathan Pevarnek <pevarnj@gmail.com>
date Sun, 30 Oct 2011 00:24:35 -0400
parents
children e72f984619c7
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/include/os/storageKeys.h	Sun Oct 30 00:24:35 2011 -0400
@@ -0,0 +1,9 @@
+#ifndef __STORAGEKEYS_H
+#define __STORAGEKEYS_H
+
+#define BLOCKSIZE 0x1000
+#define PROGSK 0xC
+
+void setStorageKey(intptr_t blockPtr, u8 key, u8 fBit);
+
+#endif