summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-xburst/include/mach/devices.h
blob: 1e5e9476aae19a0bd94b41dd6660635872bd6890 (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_d *jz_add_uart(int id, unsigned long base, unsigned int clock);

#endif /* __MACH_XBURST_DEVICES_H */