repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
i2c: add driver for Freescale i.MX28
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
include
/
linux
/
bottom_half.h
blob
27b1bcffe40853e8e1f6c1f629525c94ec2a343e
1
#ifndef _LINUX_BH_H
2
#define _LINUX_BH_H
3
4
extern
void
local_bh_disable
(
void
);
5
extern
void
_local_bh_enable
(
void
);
6
extern
void
local_bh_enable
(
void
);
7
extern
void
local_bh_enable_ip
(
unsigned long
ip
);
8
9
#endif
/* _LINUX_BH_H */