Subversion Repositories freemyipod

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
881 theseven 1
#ifndef __APP_UMSBOOT_MAIN_H__
2
#define __APP_UMSBOOT_MAIN_H__
3
 
4
#include "global.h"
5
 
6
#define RAMDISK ((uint8_t(*)[RAMDISK_SECTORSIZE])(RAMDISK_BASEADDR))
7
#define RAMDISK_PTR (*((uint8_t**)(RAMDISK_PTR_ADDR)))
8
 
9
extern void umsboot_notify_ejected();
10
 
11
#endif