summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-qemu/include/mach/devices.h
blob: 9872c61b49ffd881aa51547e14a2f77925227ee4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (C) 2016 Raphaël Poggi <poggi.raph@gmail.com>
 *
 * GPLv2 only
 */

#ifndef __ASM_ARCH_DEVICES_H__
#define __ASM_ARCH_DEVICES_H__

void virt_add_ddram(u32 size);
void virt_register_uart(unsigned id);

#endif /* __ASM_ARCH_DEVICES_H__ */