fixed header guard names

made them more standard compliant
This commit is contained in:
cospplredman
2024-03-19 21:04:55 -05:00
committed by mintsuki
parent 35c7456bd0
commit ba5c0004e6
51 changed files with 102 additions and 102 deletions

View File

@@ -1,5 +1,5 @@
#ifndef __PROTOS__LINUX_H__
#define __PROTOS__LINUX_H__
#ifndef PROTOS__LINUX_H__
#define PROTOS__LINUX_H__
#include <stdnoreturn.h>