summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-versatile/include/mach/init.h
blob: 878cde037059c4aa75d073d3dab80ccfa2252003 (plain)
1
2
3
4
5
6
7
8

#ifndef __VERSATILE_INIT_H__
#define __VERSATILE_INIT_H__

void versatile_add_sdram(u32 size);
void versatile_register_uart(unsigned id);

#endif