Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v2.6.37 10 lines 153 B view raw
1#ifndef _MAIN_ 2#define _MAIN_ 3#if 0 4typedef struct _MINI_ADAPTER 5{ 6 S_INTERFACE_ADAPTER stInterfaceAdapter; 7}MINI_ADAPTER,*PMINI_ADAPTER; 8 9#endif 10#endif