19#ifndef __DC_FS_DCLOAD_H
20#define __DC_FS_DCLOAD_H
45#define DCLOADMAGICVALUE 0xdeadbeef
48#define DCLOADMAGICADDR (unsigned int *)0x8c004004
51#define DCLOAD_TYPE_NONE -1
52#define DCLOAD_TYPE_SER 0
53#define DCLOAD_TYPE_IP 1
61int syscall_dcload_detected(
void);
64void fs_dcload_init_console(
void);
65void fs_dcload_init(
void);
66void 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:42