rtems: Use proper header guard

This commit is contained in:
Sebastian Huber
2013-07-26 11:55:45 +02:00
parent a1123646ac
commit 9892d677d3
+2 -2
View File
@@ -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>