
Update file header to GPL-2.0-only. Change-Id: Ic1542a3209a5fe73c937a5b36491ede4a451936d Signed-off-by: Meng Wang <mengw@codeaurora.org>
15 lignes
362 B
C
15 lignes
362 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/* Copyright (c) 2016-2018, The Linux Foundation. All rights reserved.
|
|
*/
|
|
|
|
#ifndef __WCD9XXX_UTILS_H__
|
|
#define __WCD9XXX_UTILS_H__
|
|
|
|
#include <linux/kernel.h>
|
|
#include <linux/device.h>
|
|
#include <linux/regmap.h>
|
|
|
|
struct regmap *aqt1000_regmap_init(struct device *dev,
|
|
const struct regmap_config *config);
|
|
#endif
|