Add Propolice support

git-svn-id: svn://coreboot.org/openbios/openbios-devel@422 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Blue Swirl
2009-01-24 08:23:33 +00:00
parent 7a00116a9f
commit 037d00c9b5
3 changed files with 26 additions and 4 deletions

View File

@@ -99,4 +99,9 @@ static inline unsigned char __toupper(unsigned char c) {
extern int errno_int;
// Propolice support
extern long __guard[8];
void __stack_smash_handler(const char *func, int damaged);
#endif /* _H_STRING */