Changeset fa0a9a18 in rtems


Ignore:
Timestamp:
05/12/14 07:32:20 (10 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
390e73c4
Parents:
6c5c2f3
Message:

bsps: Declare bsp_start_on_secondary_processors()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/shared/include/bootcard.h

    r6c5c2f3 rfa0a9a18  
    88
    99/*
    10  * Copyright (c) 2008-2013 embedded brains GmbH.  All rights reserved.
     10 * Copyright (c) 2008-2014 embedded brains GmbH.  All rights reserved.
    1111 *
    1212 *  embedded brains GmbH
     
    197197void bsp_libc_init(void);
    198198
     199/**
     200 * @brief Standard start routine for secondary processors.
     201 *
     202 * This function is usually called by low-level startup code of secondary
     203 * processors or boot loaders starting a secondary processor.  The final step
     204 * of this function is a call to
     205 * _SMP_Start_multitasking_on_secondary_processor().
     206 */
     207void bsp_start_on_secondary_processor(void);
     208
    199209/** @} */
    200210
Note: See TracChangeset for help on using the changeset viewer.