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

#ifndef __MACH_DEVICES_H
#define __MACH_DEVICES_H

void clps711x_setup_memcfg(int bank, u32 val);
void clps711x_add_uart(unsigned int id);

#endif