vexpress.h 297 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. *
  4. * Copyright (C) 2012 ARM Limited
  5. */
  6. #ifndef _LINUX_VEXPRESS_H
  7. #define _LINUX_VEXPRESS_H
  8. #include <linux/device.h>
  9. #include <linux/regmap.h>
  10. /* Config regmap API */
  11. struct regmap *devm_regmap_init_vexpress_config(struct device *dev);
  12. #endif