2008-08-07 Bean <bean123ch@gmail.com>

* conf/i386-efi.rmk (kernel_mod_SOURCES): Add kern/time.c.

	* conf/i386-ieee1275.rmk (kernel_elf_SOURCES): Add kern/time.c,

	* include/grub/i386/pit.h: Use macro KERNEL_CPU_PIT_HEADER to avoid
	multiple inclusion. Add #include <grub/types.h>.
This commit is contained in:
bean 2008-08-07 11:58:55 +00:00
parent 16106770b3
commit e383b3d0c8
6 changed files with 51 additions and 8 deletions

View file

@ -16,4 +16,11 @@
* along with GRUB. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef KERNEL_CPU_PIT_HEADER
#define KERNEL_CPU_PIT_HEADER 1
#include <grub/types.h>
extern void grub_pit_wait (grub_uint16_t tics);
#endif /* ! KERNEL_CPU_PIT_HEADER */