20#ifndef __DC_FS_DCLOAD_H
21#define __DC_FS_DCLOAD_H
46#define DCLOADMAGICVALUE 0xdeadbeef
49#define DCLOADMAGICADDR (unsigned int *)0x8c004004
52#define DCLOAD_TYPE_NONE -1
53#define DCLOAD_TYPE_SER 0
54#define DCLOAD_TYPE_IP 1
62int syscall_dcload_detected(
void);
65void fs_dcload_init_console(
void);
66void fs_dcload_init(
void);
67void fs_dcload_shutdown(
void);
Various common macros used throughout the codebase.
Virtual filesystem support.
int dcload_type
What type of dcload connection do we have?
Debug I/O Interface.
Definition dbgio.h:39