summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-xburst/include/mach/devices.h
blob: ea567a316103521d86b61703aa927397e966491c (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef __MACH_XBURST_DEVICES_H
#define __MACH_XBURST_DEVICES_H

#include <driver.h>

struct device *jz_add_uart(int id, unsigned long base, unsigned int clock);

#endif /* __MACH_XBURST_DEVICES_H */