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_smp.h (200B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2#ifndef __BCM63XX_SMP_H
      3#define __BCM63XX_SMP_H
      4
      5struct device_node;
      6
      7extern int bcm63xx_pmb_power_on_cpu(struct device_node *dn);
      8
      9#endif /* __BCM63XX_SMP_H */