This file is indexed.

/usr/include/usbip/sysfs_utils.h is in libusbip-dev 2.0+4.9.144-3.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
#ifndef __SYSFS_UTILS_H
#define __SYSFS_UTILS_H

int write_sysfs_attribute(const char *attr_path, const char *new_value,
			  size_t len);

#endif