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

intel_gt_engines_debugfs.h (309B)


      1/* SPDX-License-Identifier: MIT */
      2/*
      3 * Copyright © 2019 Intel Corporation
      4 */
      5
      6#ifndef INTEL_GT_ENGINES_DEBUGFS_H
      7#define INTEL_GT_ENGINES_DEBUGFS_H
      8
      9struct intel_gt;
     10struct dentry;
     11
     12void intel_gt_engines_debugfs_register(struct intel_gt *gt, struct dentry *root);
     13
     14#endif /* INTEL_GT_ENGINES_DEBUGFS_H */