Subversion Repositories shark

Rev

Rev 1085 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1085 pj 1
 
2
#ifndef _COMMON_H
3
#define _COMMON_H
4
 
5
#include <sys/types.h>
6
 
7
extern __dev_t root_device;
8
extern __dev_t temp_device;
9
 
10
int choose_temp_callback(__dev_t dev,__uint8_t fs);
11
 
12
void showmessage(char *s);
13
void waitend(void);
14
 
15
#endif