URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [uclinux/] [uC-libc/] [include/] [linux/] [symtab_end.h] - Rev 1778
Go to most recent revision | Compare with Previous | Blame | View Log
#ifdef MODVERSIONS #undef _set_ver #if defined(MODULE) && !defined(__GENKSYMS__) #define _set_ver(sym,vers) sym ## _R ## vers #else #define _set_ver(a,b) a #endif #endif /* MODVERSIONS */ #undef X #undef EMPTY /* mark end of table, last entry above ended with a comma! */ { (void *)0, (char *)0 } }, /* no module refs, insmod will take care of that instead! */ { { (struct module *)0, (struct module_ref *)0 } }
Go to most recent revision | Compare with Previous | Blame | View Log