3DSident/common/kernel.h
Joel16 cf84991672 Merge GUI and Console in one branch
- Cleaned up a bunch of functions
- Now builds with the latest toolchain.
- GUI uses Citro2D.
2018-07-31 13:59:17 -05:00

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