150477Speter/*
226238Swpaul * Copyright 2017, Data61
380628Sbde * Commonwealth Scientific and Industrial Research Organisation (CSIRO)
487204Smarkm * ABN 41 687 119 230.
595632Smarkm *
680628Sbde * This software may be distributed and modified according to the terms of
780628Sbde * the BSD 2-Clause license. Note that NO WARRANTY is provided.
880530Sdd * See "LICENSE_BSD2.txt" for details.
926238Swpaul *
1026238Swpaul * @TAG(DATA61_BSD)
11 */
12
13#pragma once
14
15enum clk_id {
16    CLK_MASTER,
17    NCLOCKS,
18};
19
20enum clock_gate {
21    NCLKGATES
22};
23
24