xref: /openbsd/sys/dev/pci/drm/include/linux/device/bus.h (revision 4bdff4be)
1 /* Public domain. */
2 
3 #ifndef _LINUX_DEVICE_BUS_H
4 #define _LINUX_DEVICE_BUS_H
5 
6 #define bus_register_notifier(a, b)	0
7 #define bus_unregister_notifier(a, b)	0
8 
9 #endif
10