Changeset 978ad76e in rtems for c/src/lib/libbsp/sh


Ignore:
Timestamp:
10/07/14 22:39:45 (9 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
14b197a
Parents:
5eb04f4d
git-author:
Joel Sherrill <joel.sherrill@…> (10/07/14 22:39:45)
git-committer:
Joel Sherrill <joel.sherrill@…> (10/09/14 15:11:57)
Message:

sh/shared/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warning and clean up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/sh/shared/startup/bspstart.c

    r5eb04f4d r978ad76e  
    11/*
    2  *  This routine starts the application.  It includes application,
    3  *  board, and monitor specific initialization and configuration.
    4  *  The generic CPU dependent initialization has been performed
    5  *  before this routine is invoked.
    6  *
     2 *  This routine does the bulk of the system initialization.
     3 */
     4
     5/*
    76 *  COPYRIGHT (c) 2001.
    87 *  Ralf Corsepius (corsepiu@faw.uni-ulm.de).
     
    2120
    2221#include <bsp.h>
     22#include <bsp/bootcard.h>
    2323
    2424uint32_t bsp_clicks_per_second;
Note: See TracChangeset for help on using the changeset viewer.