Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  *
0004  * Copyright (C) 2012 ARM Limited
0005  */
0006 
0007 #ifndef _LINUX_VEXPRESS_H
0008 #define _LINUX_VEXPRESS_H
0009 
0010 #include <linux/device.h>
0011 #include <linux/regmap.h>
0012 
0013 /* Config regmap API */
0014 
0015 struct regmap *devm_regmap_init_vexpress_config(struct device *dev);
0016 
0017 #endif