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

glantank.h (181B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/*
      3 * IO-Data GLAN Tank board registers
      4 */
      5
      6#ifndef __GLANTANK_H
      7#define __GLANTANK_H
      8
      9#define GLANTANK_UART		0xfe800000	/* UART */
     10
     11
     12#endif