* Kernel utility functions for sending events and notifications (IPIs) to
* processes. */
-#ifndef ROS_KERN_EVENT_H
-#define ROS_KERN_EVENT_H
+#pragma once
#include <ros/event.h>
#include <ros/bits/posix_signum.h>
void post_vcore_event(struct proc *p, struct event_msg *msg, uint32_t vcoreid,
int ev_flags);
void send_posix_signal(struct proc *p, int sig_nr);
-
-#endif /* ROS_KERN_EVENT_H */