3DSident/services/am.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

11 lines
167 B
C

#ifndef AM_H
#define AM_H
#include <3ds.h>
Result amGetServiceHandle(void);
Result amCloseServiceHandle(void);
Result amNetGetDeviceCert(u8 const * buffer);
#endif