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

hmcdrv_dev.h (297B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/*
      3 *    SE/HMC Drive FTP Device
      4 *
      5 *    Copyright IBM Corp. 2013
      6 *    Author(s): Ralf Hoppe (rhoppe@de.ibm.com)
      7 */
      8
      9#ifndef __HMCDRV_DEV_H__
     10#define __HMCDRV_DEV_H__
     11
     12int hmcdrv_dev_init(void);
     13void hmcdrv_dev_exit(void);
     14
     15#endif	 /* __HMCDRV_DEV_H__ */