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

debugfs.h (289B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2#ifndef _LBS_DEBUGFS_H_
      3#define _LBS_DEBUGFS_H_
      4
      5void lbs_debugfs_init(void);
      6void lbs_debugfs_remove(void);
      7
      8void lbs_debugfs_init_one(struct lbs_private *priv, struct net_device *dev);
      9void lbs_debugfs_remove_one(struct lbs_private *priv);
     10
     11#endif