reset-stm32.h 300 B

12345678
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (C) STMicroelectronics 2022 - All Rights Reserved
  4. * Author: Gabriel Fernandez <[email protected]> for STMicroelectronics.
  5. */
  6. int stm32_rcc_reset_init(struct device *dev, const struct of_device_id *match,
  7. void __iomem *base);