Changeset aace6624 in mainline for generic/include/interrupt.h


Ignore:
Timestamp:
2005-12-10T02:05:05Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
402fc8bf
Parents:
6095342
Message:

Added exception printing.
It does not work correctly on SMP architectures :-/
Preemption error….

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/interrupt.h

    r6095342 raace6624  
    3838typedef void (* iroutine)(int n, void *stack);
    3939
    40 extern iroutine exc_register(int n, char *name, iroutine f);
     40extern iroutine exc_register(int n, const char *name, iroutine f);
    4141extern void exc_dispatch(int n, void *stack);
     42void exc_init(void);
    4243
    4344#endif
Note: See TracChangeset for help on using the changeset viewer.