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 v6.13-rc4 12 lines 237 B view raw
1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* 3 * Copyright © 2013 Patrik Jakobsson 4 * Copyright © 2011 Intel Corporation 5 */ 6 7#ifndef _PSB_DEVICE_H_ 8#define _PSB_DEVICE_H_ 9 10extern const struct gma_clock_funcs psb_clock_funcs; 11 12#endif