https://github.com/torvalds/linux
Raw File
Tip revision: f89f5948fc10bb973cd452d2e334da207828e228 authored by Linus Torvalds on 24 December 2005, 23:47:48 UTC
Linux v2.6.15-rc7
Tip revision: f89f594
setup.h
#ifndef _POWERPC_KERNEL_SETUP_H
#define _POWERPC_KERNEL_SETUP_H

void check_for_initrd(void);

#endif /* _POWERPC_KERNEL_SETUP_H */
back to top