Changeset 91e4946f in rtems


Ignore:
Timestamp:
10/11/14 23:48:17 (9 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
575c12c1
Parents:
780cfea
git-author:
Joel Sherrill <joel.sherrill@…> (10/11/14 23:48:17)
git-committer:
Joel Sherrill <joel.sherrill@…> (10/13/14 15:32:42)
Message:

powerpc/shared/startup/pretaskinghook.c: Include <bsp/bootcard.h>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/shared/startup/pretaskinghook.c

    r780cfea r91e4946f  
    22 *  bsp_pretasking_hook().
    33 *  Initializes the heap, libc and VME.
    4  *
    5  *  COPYRIGHT (c) 1989-1998.
     4 */
     5
     6/*
     7 *  COPYRIGHT (c) 1989-2014.
    68 *  On-Line Applications Research Corporation (OAR).
    79 *
     
    1719
    1820#include <bsp.h>
     21#include <bsp/bootcard.h>
    1922#ifndef BSP_HAS_NO_VME
    2023#include <bsp/VME.h>
Note: See TracChangeset for help on using the changeset viewer.