comparison cos/kernel/kernel.h @ 37:5c20bd53cccd

Cleanup
author windel
date Mon, 16 Jan 2012 21:38:55 +0100
parents 8012221dd740
children 24ce177e01e8
comparison
equal deleted inserted replaced
36:91f91ff07ea8 37:5c20bd53cccd
327 // Timer: 327 // Timer:
328 void timerDriverUpdate(void); 328 void timerDriverUpdate(void);
329 uint64_t getTimeMS(); 329 uint64_t getTimeMS();
330 void timer_init(void); 330 void timer_init(void);
331 331
332 // Multiboot:
333 extern uint64_t available_memory;
334 extern uint64_t ramdisk_location;
335 void read_multiboot_info(void);
336
337 // Shell
338 void shell(void);
339
332 #endif 340 #endif
333 341