swh:1:snp:49cd9498d6cccc5e78252c27dcb645bcf7bf0c91
Raw File
Tip revision: 7a308bb3016f57e5be11a677d15b821536419d36 authored by Linus Torvalds on 22 January 2017, 20:54:15 UTC
Linux 4.10-rc5
Tip revision: 7a308bb
kdebug.h
#ifndef _ASM_GENERIC_KDEBUG_H
#define _ASM_GENERIC_KDEBUG_H

enum die_val {
	DIE_UNUSED,
	DIE_OOPS = 1,
};

#endif /* _ASM_GENERIC_KDEBUG_H */
back to top