Linux 4.20.11
[linux/fpc-iii.git] / include / acpi / nfit.h
blob86ed07c1200ddaa779ef1fdd9e7cb3bc3040fc70
1 /*
2 * SPDX-License-Identifier: GPL-2.0
3 * Copyright (C) 2018 Intel Corporation
4 */
6 #ifndef __ACPI_NFIT_H
7 #define __ACPI_NFIT_H
9 #if IS_ENABLED(CONFIG_ACPI_NFIT)
10 int nfit_get_smbios_id(u32 device_handle, u16 *flags);
11 #else
12 static inline int nfit_get_smbios_id(u32 device_handle, u16 *flags)
14 return -EOPNOTSUPP;
16 #endif
18 #endif /* __ACPI_NFIT_H */