linux/arch/arm/mach-sti/smp.h
<<
>>
Prefs
   1/* SPDX-License-Identifier: GPL-2.0-only */
   2/*
   3 *  arch/arm/mach-sti/smp.h
   4 *
   5 * Copyright (C) 2013 STMicroelectronics (R&D) Limited.
   6 *              http://www.st.com
   7 */
   8
   9#ifndef __MACH_STI_SMP_H
  10#define __MACH_STI_SMP_H
  11
  12extern const struct smp_operations sti_smp_ops;
  13
  14void sti_secondary_startup(void);
  15
  16#endif
  17