wut  v1.7.0
Wii U Toolchain
cfg.h
Go to the documentation of this file.
1 #pragma once
2 #include <wut.h>
3 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
15 int32_t
16 CCRCFGInit(void);
17 
30 int32_t
31 CCRCFGGetCachedEeprom(uint32_t drcSlot,
32  uint32_t offset,
33  void *buf,
34  uint32_t size);
35 
48 int32_t
49 CCRCFGSetCachedEeprom(uint32_t drcSlot,
50  uint32_t offset,
51  void *buf,
52  uint32_t size);
53 
63 int32_t
64 CCRCFGGetVersionCheckFlag(uint32_t *outFlag);
65 
75 int32_t
77 
78 #ifdef __cplusplus
79 }
80 #endif
81 
int32_t CCRCFGGetVersionCheckFlag(uint32_t *outFlag)
Get the version check flag.
int32_t CCRCFGInit(void)
int32_t CCRCFGSetVersionCheckFlag(uint32_t flag)
Set the version check flag.
int32_t CCRCFGSetCachedEeprom(uint32_t drcSlot, uint32_t offset, void *buf, uint32_t size)
Write to the cached Eeprom of the specified device.
int32_t CCRCFGGetCachedEeprom(uint32_t drcSlot, uint32_t offset, void *buf, uint32_t size)
Read from the cached Eeprom of the specified device.