bL_switcher.h 459 B

1234567891011121314151617
  1. /*
  2. * arch/arm/include/asm/bL_switcher.h
  3. *
  4. * Created by: Nicolas Pitre, April 2012
  5. * Copyright: (C) 2012-2013 Linaro Limited
  6. *
  7. * This program is free software; you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License version 2 as
  9. * published by the Free Software Foundation.
  10. */
  11. #ifndef ASM_BL_SWITCHER_H
  12. #define ASM_BL_SWITCHER_H
  13. void bL_switch_request(unsigned int cpu, unsigned int new_cluster_id);
  14. #endif