WIP FPC-III support
[linux/fpc-iii.git] / drivers / gpu / drm / pl111 / pl111_nomadik.h
blob47ccf5c839fc2239c46cc07b96f905115f25d5b6
1 // SPDX-License-Identifier: GPL-2.0+
3 #ifndef PL111_NOMADIK_H
4 #define PL111_NOMADIK_H
5 #endif
7 struct device;
9 #ifdef CONFIG_ARCH_NOMADIK
11 void pl111_nomadik_init(struct device *dev);
13 #else
15 static inline void pl111_nomadik_init(struct device *dev)
19 #endif