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

bcm63xx_dev_uart.h (174B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2#ifndef BCM63XX_DEV_UART_H_
      3#define BCM63XX_DEV_UART_H_
      4
      5int bcm63xx_uart_register(unsigned int id);
      6
      7#endif /* BCM63XX_DEV_UART_H_ */