]> Git Repo - linux.git/blob - include/linux/adxl.h
Merge tag 'drm-misc-fixes-2019-09-12' of git://anongit.freedesktop.org/drm/drm-misc...
[linux.git] / include / linux / adxl.h
1 /* 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
10 const char * const *adxl_get_component_names(void);
11 int adxl_decode(u64 addr, u64 component_values[]);
12
13 #endif /* _LINUX_ADXL_H */
This page took 0.033745 seconds and 4 git commands to generate.