]> Git Repo - linux.git/blob - tools/usb/usbip/libsrc/sysfs_utils.h
xdp: Xdp_frame add member frame_sz and handle in convert_to_xdp_frame
[linux.git] / tools / usb / usbip / libsrc / sysfs_utils.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2
3 #ifndef __SYSFS_UTILS_H
4 #define __SYSFS_UTILS_H
5
6 int write_sysfs_attribute(const char *attr_path, const char *new_value,
7                           size_t len);
8
9 #endif
This page took 0.037544 seconds and 4 git commands to generate.