brintos

brintos / linux-shallow public Read only

0
0
Text · 310 B · 2a629ac Raw
14 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * Address translation interface via ACPI DSM.4 * Copyright (C) 2018 Intel Corporation5 */6 7#ifndef _LINUX_ADXL_H8#define _LINUX_ADXL_H9 10const char * const *adxl_get_component_names(void);11int adxl_decode(u64 addr, u64 component_values[]);12 13#endif /* _LINUX_ADXL_H */14