view include/os/storageKeys.h @ 151:b18d52f11ade

Cleaned up some of the storage key code
author Jonathan Pevarnek <pevarnj@gmail.com>
date Wed, 02 Nov 2011 21:33:56 -0400
parents e72f984619c7
children
line wrap: on
line source

#ifndef __STORAGEKEYS_H
#define __STORAGEKEYS_H

#define PROGSK 0xC

void setStorageKey(intptr_t blockPtr, u8 key, u8 fBit);
void init_storage_keys(u64 memsize);

#endif