mirror of
https://github.com/rvtr/TwlNandTool.git
synced 2025-10-31 06:01:08 -04:00
19 lines
408 B
C
19 lines
408 B
C
#include <nds.h>
|
|
#include <fat.h>
|
|
#include <stdio.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/statvfs.h>
|
|
#include <nds/arm9/nand.h>
|
|
#include "f_xy.h"
|
|
#include "twltool/dsi.h"
|
|
#include "nandio.h"
|
|
#include "sector0.h"
|
|
#include "crypto.h"
|
|
#include "../message.h"
|
|
#include "../main.h"
|
|
#include "../video.h"
|
|
|
|
void wait(int ticks);
|
|
void death(char *message, u8 *buffer);
|
|
int nandFirmRead(void);
|
|
int nandPrintInfo(void); |