Subversion Repositories HelenOS

Compare Revisions

Regard whitespace Rev 1887 → Rev 1888

/trunk/kernel/arch/ia32/include/bios/bios.h
32,8 → 32,8
/** @file
*/
 
#ifndef __BIOS_H__
#define __BIOS_H__
#ifndef KERN_ia32_BIOS_H_
#define KERN_ia32_BIOS_H_
 
#include <arch/types.h>
 
43,8 → 43,7
 
extern void bios_init(void);
 
#endif /* __BIOS_H__ */
#endif /* KERN_ia32_BIOS_H_ */
 
/** @}
*/