summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/include/asm/iosf_mbi.h
blob: 5f03cda7eb86330c17707f72fa77a7edf03f7957 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Public domain. */

#ifndef _ASM_IOSF_MBI_H
#define _ASM_IOSF_MBI_H

#define MBI_PMIC_BUS_ACCESS_BEGIN	1
#define MBI_PMIC_BUS_ACCESS_END		2

#define iosf_mbi_assert_punit_acquired()
#define iosf_mbi_punit_acquire()
#define iosf_mbi_punit_release()
#define iosf_mbi_register_pmic_bus_access_notifier(x)			0
#define iosf_mbi_unregister_pmic_bus_access_notifier_unlocked(x)	0

#endif