annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
149
eb69d1caa83b First try with storage keys
Jonathan Pevarnek <pevarnj@gmail.com>
parents:
diff changeset
1 #ifndef __STORAGEKEYS_H
eb69d1caa83b First try with storage keys
Jonathan Pevarnek <pevarnj@gmail.com>
parents:
diff changeset
2 #define __STORAGEKEYS_H
eb69d1caa83b First try with storage keys
Jonathan Pevarnek <pevarnj@gmail.com>
parents:
diff changeset
3
eb69d1caa83b First try with storage keys
Jonathan Pevarnek <pevarnj@gmail.com>
parents:
diff changeset
4 #define PROGSK 0xC
eb69d1caa83b First try with storage keys
Jonathan Pevarnek <pevarnj@gmail.com>
parents:
diff changeset
5
eb69d1caa83b First try with storage keys
Jonathan Pevarnek <pevarnj@gmail.com>
parents:
diff changeset
6 void setStorageKey(intptr_t blockPtr, u8 key, u8 fBit);
eb69d1caa83b First try with storage keys
Jonathan Pevarnek <pevarnj@gmail.com>
parents:
diff changeset
7
eb69d1caa83b First try with storage keys
Jonathan Pevarnek <pevarnj@gmail.com>
parents:
diff changeset
8 #endif