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.7-rc2 15 lines 321 B view raw
1/* SPDX-License-Identifier: GPL-2.0+ */ 2/* 3 * Copyright (c) 2017 BayLibre, SAS 4 * Author: Neil Armstrong <narmstrong@baylibre.com> 5 */ 6 7#ifndef __GXBB_AOCLKC_H 8#define __GXBB_AOCLKC_H 9 10#define NR_CLKS 14 11 12#include <dt-bindings/clock/gxbb-aoclkc.h> 13#include <dt-bindings/reset/gxbb-aoclkc.h> 14 15#endif /* __GXBB_AOCLKC_H */