Linux Audio

Check our new training course

Buildroot integration, development and maintenance

Need a Buildroot system for your embedded project?
Loading...
Note: File does not exist in v3.1.
 1/* SPDX-License-Identifier: GPL-2.0 */
 2/*
 3 * Copyright (C) 2020 SiFive, Inc.
 4 * Zong Li
 5 */
 6
 7#ifndef __SIFIVE_CLK_FU540_PRCI_H
 8#define __SIFIVE_CLK_FU540_PRCI_H
 9
10#include "sifive-prci.h"
11
12#define NUM_CLOCK_FU540	4
13
14extern struct __prci_clock __prci_init_clocks_fu540[NUM_CLOCK_FU540];
15
16#endif /* __SIFIVE_CLK_FU540_PRCI_H */