Cleanup in preparation for merge
[debian/gnuradio] / usrp / host / include / usrp / usrp_basic.h
index 063cb3c23e9fc804cdb0aa3a90d69b2779ce8090..c24630eb6f20ab79a147187c56784f8a75e534cd 100644 (file)
@@ -1,4 +1,4 @@
-/*  -*- Mode: C++ -*- */
+/*  -*- c++ -*- */
 /*
  * Copyright 2005,2009 Free Software Foundation, Inc.
  *
@@ -20,8 +20,8 @@
  * Boston, MA 02110-1301, USA.
  */
 
-#ifndef _USRP_BASIC_H_
-#define _USRP_BASIC_H_
+#ifndef INCLUDED_USRP_BASIC_H
+#define INCLUDED_USRP_BASIC_H
 
 #include <usrp/db_base.h>
 #include <usrp/usrp_slots.h>
@@ -990,4 +990,4 @@ public:
   bool stop ();
 };
 
-#endif
+#endif /* INCLUDED_USRP_BASIC_H */