fix:Fixed kernel error with header protector and header comment description.
Close #I3O4SF Change-Id: I544cde728fb8131d199a21be440ae02da2fe21fb
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user