blob: 67066fd118d705525900f75d3e1fa15e3334e398 (
plain)
1
2
3
4
5
6
7
8
9
|
/*
* 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);
|