cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

gxbb-aoclk.h (321B)


      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 */