Subversion Repositories HelenOS

Rev

Rev 11 | Rev 34 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11 Rev 13
Line 32... Line 32...
32
#include <arch/types.h>
32
#include <arch/types.h>
33
#include <typedefs.h>
33
#include <typedefs.h>
34
#include <synch/waitq.h>
34
#include <synch/waitq.h>
35
#include <config.h>
35
#include <config.h>
36
 
36
 
-
 
37
#define CT_EXT_ENTRY_TYPE       0
-
 
38
#define CT_EXT_ENTRY_LEN        1
-
 
39
 
37
struct __mpfs {
40
struct __mpfs {
38
    __u32 signature;
41
    __u32 signature;
39
    struct __mpct *configuration_table;
42
    struct __mpct *configuration_table;
40
    __u8 length;
43
    __u8 length;
41
    __u8 revision;
44
    __u8 revision;