Changeset 91d5ad6 in mainline for arch/ppc32/include/interrupt.h


Ignore:
Timestamp:
2006-03-15T00:55:05Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
286e03d
Parents:
d1e414c
Message:

ppc32: basic exception and interrupt handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/include/interrupt.h

    rd1e414c r91d5ad6  
    3030#define __ppc32_INTERRUPT_H__
    3131
    32 extern void interrupt(void);
     32#define IVT_ITEMS   15
     33#define INT_OFFSET  0
     34
     35#define VECTOR_DECREMENTER 10
     36
     37extern void interrupt_init(void);
    3338
    3439#endif
Note: See TracChangeset for help on using the changeset viewer.