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 master 14 lines 295 B view raw
1/* SPDX-License-Identifier: GPL-2.0+ */ 2/* 3 * Copyright (C) 2018 BayLibre, SAS 4 * Author: Neil Armstrong <narmstrong@baylibre.com> 5 */ 6 7#ifndef __MESON_OVERLAY_H 8#define __MESON_OVERLAY_H 9 10#include "meson_drv.h" 11 12int meson_overlay_create(struct meson_drm *priv); 13 14#endif /* __MESON_OVERLAY_H */