Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.19 12 lines 239 B view raw
1#include <linux/device.h> 2#include "pl111_drm.h" 3 4#ifndef PL111_VERSATILE_H 5#define PL111_VERSATILE_H 6 7struct device; 8struct pl111_drm_dev_private; 9 10int pl111_versatile_init(struct device *dev, struct pl111_drm_dev_private *priv); 11 12#endif