mirror of
https://github.com/LNH-team/dspico-bootloader.git
synced 2026-06-02 09:06:57 +02:00
6 lines
100 B
C
6 lines
100 B
C
#pragma once
|
|
#include <nds/disc_io.h>
|
|
|
|
extern u8 gDldiStub[];
|
|
extern DISC_INTERFACE gDldiInterface;
|