blob: 2a629acb4c3f467221c8db81ded322780f31b99a [file] [log] [blame]
Tony Luck4cf841e32018-10-15 16:11:31 -07001/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Address translation interface via ACPI DSM.
4 * Copyright (C) 2018 Intel Corporation
5 */
6
7#ifndef _LINUX_ADXL_H
8#define _LINUX_ADXL_H
9
10const char * const *adxl_get_component_names(void);
11int adxl_decode(u64 addr, u64 component_values[]);
Tony Luck4cf841e32018-10-15 16:11:31 -070012
13#endif /* _LINUX_ADXL_H */