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

st-lpc.h (442B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/*
      3 * This header provides shared DT/Driver defines for ST's LPC device
      4 *
      5 * Copyright (C) 2014 STMicroelectronics -- All Rights Reserved
      6 *
      7 * Author: Lee Jones <lee.jones@linaro.org> for STMicroelectronics
      8 */
      9
     10#ifndef __DT_BINDINGS_ST_LPC_H__
     11#define __DT_BINDINGS_ST_LPC_H__
     12
     13#define ST_LPC_MODE_RTC		0
     14#define ST_LPC_MODE_WDT		1
     15#define ST_LPC_MODE_CLKSRC	2
     16
     17#endif /* __DT_BINDINGS_ST_LPC_H__ */