diff include/os/storageKeys.h @ 150:e72f984619c7

Consolidated a lot of the defines which relate to the memory layout There is a new file (include/os/memLayout.h) which now includes just about all the #defines
author Jonathan Pevarnek <pevarnj@gmail.com>
date Wed, 02 Nov 2011 09:55:09 -0400
parents eb69d1caa83b
children b18d52f11ade
line wrap: on
line diff
--- a/include/os/storageKeys.h	Sun Oct 30 00:24:35 2011 -0400
+++ b/include/os/storageKeys.h	Wed Nov 02 09:55:09 2011 -0400
@@ -1,7 +1,6 @@
 #ifndef __STORAGEKEYS_H
 #define __STORAGEKEYS_H
 
-#define BLOCKSIZE 0x1000
 #define PROGSK 0xC
 
 void setStorageKey(intptr_t blockPtr, u8 key, u8 fBit);