# HG changeset patch # User diego # Date 1187786476 0 # Node ID a7e0737b3477bfb6d258bf058f9ec5bd4c5a85f0 # Parent 8decf7585a941afaeb1c2bcf921a6fc931d09947 Identifiers starting with underscores are reserved. diff -r 8decf7585a94 -r a7e0737b3477 dv1394.h --- a/dv1394.h Mon Aug 20 19:55:37 2007 +0000 +++ b/dv1394.h Wed Aug 22 12:41:16 2007 +0000 @@ -25,8 +25,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef _DV_1394_H -#define _DV_1394_H +#ifndef DV_1394_H +#define DV_1394_H #define DV1394_DEFAULT_CHANNEL 63 #define DV1394_DEFAULT_CARD 0 @@ -353,4 +353,4 @@ }; -#endif /* _DV_1394_H */ +#endif /* DV_1394_H */