Use universal header guard

This commit is contained in:
Werner Sembach 2021-02-18 20:18:05 +01:00
parent 1b58247daf
commit ea23edca26

View file

@ -16,7 +16,8 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this software. If not, see <https://www.gnu.org/licenses/>. * along with this software. If not, see <https://www.gnu.org/licenses/>.
*/ */
#pragma once #ifndef TONGFANG_WMI_H
#define TONGFANG_WMI_H
#include <linux/acpi.h> #include <linux/acpi.h>
#include <linux/wmi.h> #include <linux/wmi.h>
@ -348,3 +349,5 @@ static u32 uw_set_fan(u32 fan_index, u8 fan_speed)
return 0; return 0;
} }
#endif