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

nouveau_usif.h (300B)


      1/* SPDX-License-Identifier: MIT */
      2#ifndef __NOUVEAU_USIF_H__
      3#define __NOUVEAU_USIF_H__
      4
      5void usif_client_init(struct nouveau_cli *);
      6void usif_client_fini(struct nouveau_cli *);
      7int  usif_ioctl(struct drm_file *, void __user *, u32);
      8int  usif_notify(const void *, u32, const void *, u32);
      9
     10#endif