URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [include/] [linux/] [bottom_half.h] - Rev 81
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef _LINUX_BH_H #define _LINUX_BH_H extern void local_bh_disable(void); extern void __local_bh_enable(void); extern void _local_bh_enable(void); extern void local_bh_enable(void); extern void local_bh_enable_ip(unsigned long ip); #endif /* _LINUX_BH_H */
Go to most recent revision | Compare with Previous | Blame | View Log