kdebug.h 138 Bytes
#ifndef __ASM_SH_KDEBUG_H
#define __ASM_SH_KDEBUG_H

/* Grossly misnamed. */
enum die_val {
	DIE_TRAP,
};

#endif /* __ASM_SH_KDEBUG_H */