Normalize include guards in gdb
[deliverable/binutils-gdb.git] / gdb / gdbserver / notif.h
index add55360ddd6f0ff9897060527d80b09032e5995..7d0767935bcf2cd8663c86a785b463078082c61d 100644 (file)
@@ -16,6 +16,9 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
+#ifndef GDBSERVER_NOTIF_H
+#define GDBSERVER_NOTIF_H
+
 #include "target.h"
 #include "common/queue.h"
 
@@ -62,3 +65,5 @@ void notif_event_enque (struct notif_server *notif,
                        struct notif_event *event);
 
 void initialize_notif (void);
+
+#endif /* GDBSERVER_NOTIF_H */
This page took 0.028052 seconds and 4 git commands to generate.