Ignore:
Timestamp:
Mar 16, 2011, 10:31:12 PM (14 years ago)
Author:
David Azarewicz
Message:

APIC interrupt transition fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/include/dbgos2.h

    r521 r547  
    2525#ifndef __COMMDBG_H__
    2626#define __COMMDBG_H__
     27
     28typedef struct {
     29        unsigned short usState;
     30        unsigned long ulIntServiced[4];
     31        unsigned long ulIntUnserviced[4];
     32} DBGINT;
    2733
    2834#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.