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

ufs-sysfs.h (426B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/* Copyright (C) 2018 Western Digital Corporation
      3 */
      4
      5#ifndef __UFS_SYSFS_H__
      6#define __UFS_SYSFS_H__
      7
      8#include <linux/sysfs.h>
      9
     10struct device;
     11
     12void ufs_sysfs_add_nodes(struct device *dev);
     13void ufs_sysfs_remove_nodes(struct device *dev);
     14
     15extern const struct attribute_group ufs_sysfs_unit_descriptor_group;
     16extern const struct attribute_group ufs_sysfs_lun_attributes_group;
     17
     18#endif