bcm63xx_smp.h 161 B

123456789
  1. #ifndef __BCM63XX_SMP_H
  2. #define __BCM63XX_SMP_H
  3. struct device_node;
  4. extern int bcm63xx_pmb_power_on_cpu(struct device_node *dn);
  5. #endif /* __BCM63XX_SMP_H */