1 /* SPDX-License-Identifier: GPL-2.0-only */
4 * Copyright (C) 2005 Mike Isely <isely@pobox.com>
6 #ifndef __PVRUSB2_SYSFS_H
7 #define __PVRUSB2_SYSFS_H
9 #include <linux/list.h>
10 #include <linux/sysfs.h>
11 #include "pvrusb2-context.h"
14 struct pvr2_sysfs_class
;
16 struct pvr2_sysfs_class
*pvr2_sysfs_class_create(void);
17 void pvr2_sysfs_class_destroy(struct pvr2_sysfs_class
*);
19 struct pvr2_sysfs
*pvr2_sysfs_create(struct pvr2_context
*,
20 struct pvr2_sysfs_class
*);
22 #endif /* __PVRUSB2_SYSFS_H */