repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
slob: fix bug - when slob allocates "struct kmem_cache", it does not force alignment.
[linux-2.6/mini2440.git]
/
include
/
asm-sh
/
kdebug.h
blob
49cd69051a8896392fa1c9335c1770c802d1aa15
1
#ifndef __ASM_SH_KDEBUG_H
2
#define __ASM_SH_KDEBUG_H
3
4
/* Grossly misnamed. */
5
enum
die_val
{
6
DIE_TRAP
,
7
};
8
9
#endif
/* __ASM_SH_KDEBUG_H */