Subversion Repositories Kolibri OS

Rev

Rev 5345 | Rev 6102 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5345 Rev 6082
Line 13... Line 13...
13
 
13
 
Line 14... Line 14...
14
#define PG_SW               0x003
14
#define PG_SW               0x003
15
#define PG_UW               0x007
15
#define PG_UW               0x007
-
 
16
#define PG_WRITEC           0x008
16
#define PG_NOCACHE          0x018
17
#define PG_NOCACHE          0x018
17
#define PG_SHARED           0x200
18
#define PG_SHARED           0x200
Line 18... Line 19...
18
 
19
 
Line 61... Line 62...
61
u32 drvEntry(int, char *)__asm__("_drvEntry");
62
u32 drvEntry(int, char *)__asm__("_drvEntry");
Line 62... Line 63...
62
 
63
 
Line 63... Line -...
63
 
-
 
64
 
-
 
65
 
-
 
66
 
64