blob: 2b10b31b02d0432320c630bc6c67994623999b1f [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Christoph Hellwig1eeb66a2007-05-08 00:27:03 -07002#ifndef _ASM_GENERIC_KDEBUG_H
3#define _ASM_GENERIC_KDEBUG_H
4
5enum die_val {
6 DIE_UNUSED,
Andrea Gelminic24cef02010-02-27 17:51:35 +01007 DIE_OOPS = 1,
Christoph Hellwig1eeb66a2007-05-08 00:27:03 -07008};
9
10#endif /* _ASM_GENERIC_KDEBUG_H */