Subversion Repositories HelenOS-historic

Rev

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

Rev 501 Rev 515
Line 77... Line 77...
77
 
77
 
78
struct madt_intr_src_ovrd {
78
struct madt_intr_src_ovrd {
79
    struct madt_apic_header header;
79
    struct madt_apic_header header;
80
    __u8 bus;
80
    __u8 bus;
81
    __u8 source;
81
    __u8 source;
82
    __u32 global_intr;
82
    __u32 global_int;
83
    __u16 flags;
83
    __u16 flags;
84
} __attribute__ ((packed));
84
} __attribute__ ((packed));
85
 
85
 
86
struct madt_nmi_src {
86
struct madt_nmi_src {
87
    struct madt_apic_header header;
87
    struct madt_apic_header header;