]> icculus.org git repositories - btb/d2x.git/blob - arch/dos/comm/include/asmdefs.inc
This commit was generated by cvs2svn to compensate for changes in r2,
[btb/d2x.git] / arch / dos / comm / include / asmdefs.inc
1 /* How many stacks to allocate for the irq wrappers. This can't be in the
2  * main headers, because it is used by both C and asm code. You could 
3  * probably get away with fewer of these, if you want to save memory and
4  * you are feeling brave...
5  */
6 #define IRQ_STACKS      8
7
8 #include "asmdef.inc"