1/*
2 * Copyright 2017, DornerWorks
3 *
4 * This software may be distributed and modified according to the terms of
5 * the BSD 2-Clause license. Note that NO WARRANTY is provided.
6 * See "LICENSE_BSD2.txt" for details.
7 *
8 * @TAG(DORNERWORKS_BSD)
9 */
10/*
11 * This data was produced by DornerWorks, Ltd. of Grand Rapids, MI, USA under
12 * a DARPA SBIR, Contract Number D16PC00107.
13 *
14 * Approved for Public Release, Distribution Unlimited.
15 */
16
17#pragma once
18
19enum clk_id
20{
21   /* CPU Clocks */
22   CLK_CPU_1X,
23   /* ----- */
24   NCLOCKS,
25};
26
27enum clock_gate
28{
29   NCLKGATES,
30};
31
32
33