fix:Fixed kernel error with header protector and header comment description.

Close #I3O4SF

Change-Id: I544cde728fb8131d199a21be440ae02da2fe21fb
This commit is contained in:
zhushengle
2021-04-26 21:13:55 +08:00
parent 8bf166b418
commit 3907238b0f
37 changed files with 681 additions and 785 deletions

View File

@@ -29,8 +29,8 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef LOS_ATOMIC_H
#define LOS_ATOMIC_H
#ifndef _LOS_ATOMIC_H
#define _LOS_ATOMIC_H
#include "los_compiler.h"
@@ -47,5 +47,5 @@ extern "C" {
#endif /* __cplusplus */
#endif /* __cplusplus */
#endif /* LOS_ATOMIC_H */
#endif /* _LOS_ATOMIC_H */