xref: /openbmc/linux/include/linux/vexpress.h (revision 310f80d6)
11802d0beSThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-only */
23ecbf05bSPawel Moll /*
33ecbf05bSPawel Moll  *
43ecbf05bSPawel Moll  * Copyright (C) 2012 ARM Limited
53ecbf05bSPawel Moll  */
63ecbf05bSPawel Moll 
73ecbf05bSPawel Moll #ifndef _LINUX_VEXPRESS_H
83ecbf05bSPawel Moll #define _LINUX_VEXPRESS_H
93ecbf05bSPawel Moll 
103ecbf05bSPawel Moll #include <linux/device.h>
113b9334acSPawel Moll #include <linux/regmap.h>
123ecbf05bSPawel Moll 
133b9334acSPawel Moll /* Config regmap API */
143ecbf05bSPawel Moll 
153b9334acSPawel Moll struct regmap *devm_regmap_init_vexpress_config(struct device *dev);
163ecbf05bSPawel Moll 
173ecbf05bSPawel Moll #endif
18