Subversion Repositories Kolibri OS

Rev

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

Rev 1616 Rev 1627
Line 9... Line 9...
9
#define PG_NOCACHE          0x018
9
#define PG_NOCACHE          0x018
10
 
10
 
Line 11... Line 11...
11
#define MANUAL_DESTROY      0x80000000
11
#define MANUAL_DESTROY      0x80000000
Line -... Line 12...
-
 
12
 
-
 
13
#define ENTER()   dbgprintf("enter %s\n",__FUNCTION__)
-
 
14
#define LEAVE()   dbgprintf("leave %s\n",__FUNCTION__)
12
 
15
 
13
typedef struct
16
typedef struct
14
{
17
{
15
    u32_t  code;
18
    u32_t  code;
16
    u32_t  data[5];
19
    u32_t  data[5];