Subversion Repositories freemyipod

Rev

Rev 158 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 158 Rev 184
Line 23... Line 23...
23
 
23
 
24
#ifndef __SYSCALLAPI_H__
24
#ifndef __SYSCALLAPI_H__
25
#define __SYSCALLAPI_H__
25
#define __SYSCALLAPI_H__
26
 
26
 
27
 
27
 
-
 
28
#include "../libc/include/assert.h"
-
 
29
 
28
#include "../global.h"
30
#include "../global.h"
29
#include "../panic.h"  
31
#include "../panic.h"
30
#include "../console.h"
32
#include "../console.h"
31
#include "../disk.h"
33
#include "../disk.h"
32
#include "../dir.h"
34
#include "../dir.h"
33
#include "../file.h"
35
#include "../file.h"
34
#include "../format.h"
36
#include "../format.h"