mirror of
https://github.com/joel16/3DSident.git
synced 2024-11-23 03:29:45 +00:00
cf84991672
- Cleaned up a bunch of functions - Now builds with the latest toolchain. - GUI uses Citro2D.
12 lines
249 B
C
12 lines
249 B
C
#ifndef _3DSIDENT_KERNEL_H_
|
|
#define _3DSIDENT_KERNEL_H_
|
|
|
|
#include <3ds.h>
|
|
|
|
char *Kernel_GetInitalVersion(void);
|
|
char *Kernel_GetVersion(int version);
|
|
char *Kernel_GetSDMCCID(void);
|
|
char *Kernel_GetNANDCID(void);
|
|
u32 Kernel_GetDeviceId(void);
|
|
|
|
#endif |