summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/include/linux/bottom_half.h
blob: 9d13c06ac56db27c872ace2b0ec272b4f62d7934 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/* Public domain. */

#ifndef _LINUX_BOTTOM_HALF_H
#define _LINUX_BOTTOM_HALF_H

#include <linux/preempt.h>

#define local_bh_disable()
#define local_bh_enable()

#endif