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

maxim,max9485.h (304B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 * Copyright (C) 2018 Daniel Mack
      4 */
      5
      6#ifndef __DT_BINDINGS_MAX9485_CLK_H
      7#define __DT_BINDINGS_MAX9485_CLK_H
      8
      9#define MAX9485_MCLKOUT	0
     10#define MAX9485_CLKOUT	1
     11#define MAX9485_CLKOUT1	2
     12#define MAX9485_CLKOUT2	3
     13
     14#endif /* __DT_BINDINGS_MAX9485_CLK_H */