Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
[deliverable/linux.git] / include / asm-avr32 / kdebug.h
CommitLineData
5f97f7f9
HS
1#ifndef __ASM_AVR32_KDEBUG_H
2#define __ASM_AVR32_KDEBUG_H
3
5f97f7f9
HS
4/* Grossly misnamed. */
5enum die_val {
5f97f7f9
HS
6 DIE_BREAKPOINT,
7 DIE_SSTEP,
e7ba176b 8 DIE_NMI,
5f97f7f9
HS
9};
10
5f97f7f9 11#endif /* __ASM_AVR32_KDEBUG_H */
This page took 0.20842 seconds and 5 git commands to generate.