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

i915_pci.h (233B)


      1/* SPDX-License-Identifier: MIT */
      2/*
      3 * Copyright © 2021 Intel Corporation
      4 */
      5
      6#ifndef __I915_PCI_H__
      7#define __I915_PCI_H__
      8
      9int i915_pci_register_driver(void);
     10void i915_pci_unregister_driver(void);
     11
     12#endif /* __I915_PCI_H__ */