Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v2.6.27-rc7 7 lines 138 B view raw
1#ifndef _ASM_X86_BUGS_H 2#define _ASM_X86_BUGS_H 3 4extern void check_bugs(void); 5int ppro_with_ram_bug(void); 6 7#endif /* _ASM_X86_BUGS_H */