diff options
| author | Wolfgang Denk <wd@denx.de> | 2007-08-18 21:47:33 +0200 |
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2007-08-18 21:47:33 +0200 |
| commit | 1d55483cf7fb11e4902359bc04e39489e044e695 (patch) | |
| tree | 8f0eca05ff445dced74a824b94352169cc23a609 /board/freescale/common/pq-mds-pib.h | |
| parent | 9edd580e91d7eb031298294063f5aa9fa7f0a330 (diff) | |
| parent | 4cc1cd5941827a04cf5c51a07fcc42e8945894aa (diff) | |
| download | olio-uboot-2014.01-1d55483cf7fb11e4902359bc04e39489e044e695.tar.xz olio-uboot-2014.01-1d55483cf7fb11e4902359bc04e39489e044e695.zip | |
Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xx
Diffstat (limited to 'board/freescale/common/pq-mds-pib.h')
| -rw-r--r-- | board/freescale/common/pq-mds-pib.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/board/freescale/common/pq-mds-pib.h b/board/freescale/common/pq-mds-pib.h new file mode 100644 index 000000000..67066fd11 --- /dev/null +++ b/board/freescale/common/pq-mds-pib.h @@ -0,0 +1,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); |