blob: 2f9dd072f11f03eef069928dcfdc23deac2c1ff4 [file] [log] [blame]
Thomas Gleixner1802d0b2019-05-27 08:55:21 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Pawel Moll3ecbf052012-09-24 14:55:40 +01002/*
Pawel Moll3ecbf052012-09-24 14:55:40 +01003 *
4 * Copyright (C) 2012 ARM Limited
5 */
6
7#ifndef _LINUX_VEXPRESS_H
8#define _LINUX_VEXPRESS_H
9
10#include <linux/device.h>
Pawel Moll3b9334a2014-04-30 16:46:29 +010011#include <linux/regmap.h>
Pawel Moll3ecbf052012-09-24 14:55:40 +010012
Pawel Moll3b9334a2014-04-30 16:46:29 +010013/* Config regmap API */
Pawel Moll3ecbf052012-09-24 14:55:40 +010014
Pawel Moll3b9334a2014-04-30 16:46:29 +010015struct regmap *devm_regmap_init_vexpress_config(struct device *dev);
Pawel Moll3ecbf052012-09-24 14:55:40 +010016
Pawel Moll3ecbf052012-09-24 14:55:40 +010017#endif