mirror of
https://github.com/gligli/nulldc-360.git
synced 2025-04-02 11:11:56 -04:00
15 lines
No EOL
410 B
C
15 lines
No EOL
410 B
C
#include "types.h"
|
|
|
|
int serial_cmdl(char** arg,int cl);
|
|
int slave_cmdl(char** arg,int cl);
|
|
//void PrintSerialIPUsage(int argc, char *argv[]);
|
|
void WriteSerial(u8 data);
|
|
bool PendingSerialData();
|
|
s32 ReadSerial();
|
|
float GetRxSpeed();
|
|
float GetTxSpeed();
|
|
//this is a fake dma handler
|
|
//to initiate it write size to 0
|
|
//pointer to 4
|
|
//0xdeadc0de to 8
|
|
void WriteBlockSerial(u8* blk,u32 size,u8* sum); |