mirror of
https://github.com/rvtr/ctr_firmware.git
synced 2025-10-31 07:51:08 -04:00
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_firmware@283 b871894f-2f95-9b40-918c-086798483c85
18 lines
322 B
C
18 lines
322 B
C
#ifndef __REVOLUTION_H__
|
|
#define __REVOLUTION_H__
|
|
|
|
#include <brom.h>
|
|
#include <firm.h>
|
|
#include <revolution/wfsError.h>
|
|
//#include <mem/allocator.h>
|
|
//#include <mem/heapCommon.h>
|
|
|
|
typedef u32 OSPriority;
|
|
|
|
#define ASSERT SDK_ASSERT
|
|
|
|
//typedef BOOL bool;
|
|
//typedef BOOL WFSBool;
|
|
|
|
#endif // __REVOLUTION_H__
|