b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | #include <linux/device.h> |
2 | #include "pl111_drm.h" | ||||
3 | |||||
4 | #ifndef PL111_VERSATILE_H | ||||
5 | #define PL111_VERSATILE_H | ||||
6 | |||||
7 | struct device; | ||||
8 | struct pl111_drm_dev_private; | ||||
9 | |||||
10 | int pl111_versatile_init(struct device *dev, struct pl111_drm_dev_private *priv); | ||||
11 | |||||
12 | #endif |