cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

reset-stm32.h (300B)


      1/* SPDX-License-Identifier: GPL-2.0  */
      2/*
      3 * Copyright (C) STMicroelectronics 2022 - All Rights Reserved
      4 * Author: Gabriel Fernandez <gabriel.fernandez@foss.st.com> for STMicroelectronics.
      5 */
      6
      7int stm32_rcc_reset_init(struct device *dev, const struct of_device_id *match,
      8			 void __iomem *base);