···95extern void prom_seek(int device_handle, unsigned int seek_hival,96 unsigned int seek_lowval);9798-/* Machine memory configuration routine. */99-100-/* This function returns a V0 format memory descriptor table, it has three101- * entries. One for the total amount of physical ram on the machine, one102- * for the amount of physical ram available, and one describing the virtual103- * areas which are allocated by the prom. So, in a sense the physical104- * available is a calculation of the total physical minus the physical mapped105- * by the prom with virtual mappings.106- *107- * These lists are returned pre-sorted, this should make your life easier108- * since the prom itself is way too lazy to do such nice things.109- */110-extern struct linux_mem_p1275 *prom_meminfo(void);111-112/* Miscellaneous routines, don't really fit in any category per se. */113114/* Reboot the machine with the command line passed. */
···95extern void prom_seek(int device_handle, unsigned int seek_hival,96 unsigned int seek_lowval);970000000000000098/* Miscellaneous routines, don't really fit in any category per se. */99100/* Reboot the machine with the command line passed. */