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_sysfs_pm.h (290B)


      1/* SPDX-License-Identifier: MIT */
      2/*
      3 * Copyright © 2022 Intel Corporation
      4 */
      5
      6#ifndef __SYSFS_GT_PM_H__
      7#define __SYSFS_GT_PM_H__
      8
      9#include <linux/kobject.h>
     10
     11#include "intel_gt_types.h"
     12
     13void intel_gt_sysfs_pm_init(struct intel_gt *gt, struct kobject *kobj);
     14
     15#endif /* SYSFS_RC6_H */