blob: 9eddfbf5cd51a3328bc300ac61f6a0e71e5901bc [file] [log] [blame]
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Helpers for querying USB properties from sysfs
*
* Copyright (C) 1999, 2000 Thomas Sailer (sailer@ife.ee.ethz.ch)
*/
#ifndef _SYSFS_H
#define _SYSFS_H
/* ---------------------------------------------------------------------- */
int get_sysfs_name(char *buf, size_t size, libusb_device *dev);
extern int read_sysfs_prop(char *buf, size_t size, const char *sysfs_name, const char *propname);
/* ---------------------------------------------------------------------- */
#endif /* _SYSFS_H */