repo.or.cz
/
linux-2.6
/
linux-mips
/
linux-dm7025.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cmd64x: don't clear the other channel's interrupt
[linux-2.6/linux-mips/linux-dm7025.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 */