[NET]: Document some simple rules for actions
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-avr32 / kdebug.h
blobfd7e99046b2f366be239078692c957381c223bc6
1 #ifndef __ASM_AVR32_KDEBUG_H
2 #define __ASM_AVR32_KDEBUG_H
4 /* Grossly misnamed. */
5 enum die_val {
6 DIE_BREAKPOINT,
7 DIE_SSTEP,
8 };
10 #endif /* __ASM_AVR32_KDEBUG_H */