12 lines
249 B
C
12 lines
249 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
/*
|
||
|
* Copyright (c) 2006 Simtec Electronics
|
||
|
* Ben Dooks <ben@simtec.co.uk>
|
||
|
*
|
||
|
* Common code for SMDK2410 and SMDK2440 boards
|
||
|
*
|
||
|
* http://www.fluff.org/ben/smdk2440/
|
||
|
*/
|
||
|
|
||
|
extern void smdk_machine_init(void);
|