Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Address translation interface via ACPI DSM.
0004  * Copyright (C) 2018 Intel Corporation
0005  */
0006 
0007 #ifndef _LINUX_ADXL_H
0008 #define _LINUX_ADXL_H
0009 
0010 const char * const *adxl_get_component_names(void);
0011 int adxl_decode(u64 addr, u64 component_values[]);
0012 
0013 #endif /* _LINUX_ADXL_H */