mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
10 lines
277 B
C
10 lines
277 B
C
|
/*
|
||
|
* Copyright (C) 2007 Freescale Semiconductor, Inc.
|
||
|
*
|
||
|
* This program is free software; you can redistribute it and/or modify it
|
||
|
* under the terms of the GNU General Public License version 2 as
|
||
|
* published by the Free Software Foundation;
|
||
|
*/
|
||
|
|
||
|
extern int pib_init(void);
|