Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/linux
File: uleds.h
/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
[0] Fix | Delete
/*
[1] Fix | Delete
* Userspace driver support for the LED subsystem
[2] Fix | Delete
*
[3] Fix | Delete
* This program is free software; you can redistribute it and/or modify
[4] Fix | Delete
* it under the terms of the GNU General Public License as published by
[5] Fix | Delete
* the Free Software Foundation; either version 2 of the License, or
[6] Fix | Delete
* (at your option) any later version.
[7] Fix | Delete
*
[8] Fix | Delete
* This program is distributed in the hope that it will be useful,
[9] Fix | Delete
* but WITHOUT ANY WARRANTY; without even the implied warranty of
[10] Fix | Delete
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
[11] Fix | Delete
* GNU General Public License for more details.
[12] Fix | Delete
*/
[13] Fix | Delete
#ifndef __ULEDS_H_
[14] Fix | Delete
#define __ULEDS_H_
[15] Fix | Delete
[16] Fix | Delete
#define LED_MAX_NAME_SIZE 64
[17] Fix | Delete
[18] Fix | Delete
struct uleds_user_dev {
[19] Fix | Delete
char name[LED_MAX_NAME_SIZE];
[20] Fix | Delete
int max_brightness;
[21] Fix | Delete
};
[22] Fix | Delete
[23] Fix | Delete
#endif /* __ULEDS_H_ */
[24] Fix | Delete
[25] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function