repo.or.cz
/
wrt350n-kernel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cleanup floppy.h
[wrt350n-kernel.git]
/
include
/
asm-avr32
/
kdebug.h
blob
fd7e99046b2f366be239078692c957381c223bc6
1
#ifndef __ASM_AVR32_KDEBUG_H
2
#define __ASM_AVR32_KDEBUG_H
3
4
/* Grossly misnamed. */
5
enum
die_val
{
6
DIE_BREAKPOINT
,
7
DIE_SSTEP
,
8
};
9
10
#endif
/* __ASM_AVR32_KDEBUG_H */