mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-23 11:26:42 +08:00
rtems: Use proper header guard
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
* http://www.rtems.com/license/LICENSE.
|
||||
*/
|
||||
|
||||
#ifndef _RTEMS_RTEMS_EVENT_INL
|
||||
#define _RTEMS_RTEMS_EVENT_INL
|
||||
#ifndef _RTEMS_RTEMS_EVENTIMPL_H
|
||||
#define _RTEMS_RTEMS_EVENTIMPL_H
|
||||
|
||||
#include <rtems/rtems/event.h>
|
||||
#include <rtems/score/thread.h>
|
||||
|
||||
Reference in New Issue
Block a user