2008-06-18 15:08:48 +00:00
|
|
|
#ifndef ASM_X86__BUGS_H
|
|
|
|
#define ASM_X86__BUGS_H
|
2007-10-15 11:57:47 +00:00
|
|
|
|
2008-01-30 12:34:10 +00:00
|
|
|
extern void check_bugs(void);
|
2008-02-04 15:48:04 +00:00
|
|
|
int ppro_with_ram_bug(void);
|
2007-10-15 11:57:47 +00:00
|
|
|
|
2008-06-18 15:08:48 +00:00
|
|
|
#endif /* ASM_X86__BUGS_H */
|