Changeset a46e02c7 in rtems for c/src/lib/libbsp/sparc/leon2

Timestamp:
03/13/14 13:33:00 (10 years ago)
Author:
Daniel Cederman <cederman@…>
Branches:
4.11, 5, master
Children:
f23bd591
Parents:
5130248e
git-author:
Daniel Cederman <cederman@…> (03/13/14 13:33:00)
git-committer:
Joel Sherrill <joel.sherrill@…> (03/21/14 14:57:20)
Message:

bsps/sparc: Make local functions static.

The PCI and RASTA versions of the uart, spacewire and 1553 drivers directly includes the c-file of the standard versions
of the drivers, but uses a macro to change the name of the driver register function. When the standard version is
used this function should be global, when it is included as part of the PCI and RASTA versions it should be local and
static.

(No files)

Note: See TracChangeset for help on using the changeset viewer.