cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

loongson_liointc.h (626B)


      1/*
      2 * This file is subject to the terms and conditions of the GNU General Public
      3 * License.  See the file "COPYING" in the main directory of this archive
      4 * for more details.
      5 *
      6 * Copyright (c) 2020 Huacai Chen <chenhc@lemote.com>
      7 * Copyright (c) 2020 Jiaxun Yang <jiaxun.yang@flygoat.com>
      8 *
      9 */
     10
     11#ifndef LOONGSON_LIOINTC_H
     12#define LOONGSON_LIOINTC_H
     13
     14#include "qemu/units.h"
     15#include "hw/sysbus.h"
     16#include "qom/object.h"
     17
     18#define TYPE_LOONGSON_LIOINTC "loongson.liointc"
     19DECLARE_INSTANCE_CHECKER(struct loongson_liointc, LOONGSON_LIOINTC,
     20                         TYPE_LOONGSON_LIOINTC)
     21
     22#endif /* LOONGSON_LIOINTC_H */