Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.23-rc3 12 lines 204 B view raw
1#ifndef __PPC_FSL_SOC_H 2#define __PPC_FSL_SOC_H 3#ifdef __KERNEL__ 4 5#include <asm/mmu.h> 6 7extern phys_addr_t get_immrbase(void); 8extern u32 get_brgfreq(void); 9extern u32 get_baudrate(void); 10 11#endif 12#endif