GameBoy Advance Multiboot & RPC

Dependencies:   mbed-rpc mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers multiboot.h Source File

multiboot.h

00001 #ifndef MULTIBOOT_H
00002 #define MULTIBOOT_H
00003  
00004 #include "mbed.h"
00005 
00006 uint32_t WriteSPI32(uint32_t w, char* msg);
00007 uint32_t WriteSPI32NoDebug(uint32_t w);
00008 void     WaitSPI32(uint32_t w, uint32_t comp, char* msg);
00009 
00010 int      MultiBoot(char* filename);
00011 
00012 
00013 #endif