]> Git Repo - J-linux.git/blob - include/linux/vexpress.h
Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/kernel...
[J-linux.git] / include / linux / vexpress.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  *
4  * Copyright (C) 2012 ARM Limited
5  */
6
7 #ifndef _LINUX_VEXPRESS_H
8 #define _LINUX_VEXPRESS_H
9
10 #include <linux/device.h>
11 #include <linux/regmap.h>
12
13 /* Config regmap API */
14
15 struct regmap *devm_regmap_init_vexpress_config(struct device *dev);
16
17 #endif
This page took 0.02798 seconds and 4 git commands to generate.