Jeremy Fitzhardinge | c169859d | 2007-05-02 19:27:12 +0200 | [diff] [blame] | 1 | #ifndef _ASM_X86_64_BUGS_H |
2 | #define _ASM_X86_64_BUGS_H | ||||
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 | |
Jeremy Fitzhardinge | c169859d | 2007-05-02 19:27:12 +0200 | [diff] [blame] | 4 | void check_bugs(void); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | |
Jeremy Fitzhardinge | c169859d | 2007-05-02 19:27:12 +0200 | [diff] [blame] | 6 | #endif /* _ASM_X86_64_BUGS_H */ |