X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=pc-tools%2Fldc2%2Fsrc%2Fhw_constants.hh;h=6c85e56f24d04ea0a9f2f33a3f5db6541365798a;hb=7ced2dbeb1a104912fbdd041ce18b0e29a72d893;hp=19246863f3c744ed838c8d14c7adfd2bddcca915;hpb=7880ae2dd0ed55ec671be0fc449487420a126626;p=h316.git diff --git a/pc-tools/ldc2/src/hw_constants.hh b/pc-tools/ldc2/src/hw_constants.hh index 1924686..6c85e56 100644 --- a/pc-tools/ldc2/src/hw_constants.hh +++ b/pc-tools/ldc2/src/hw_constants.hh @@ -1,3 +1,17 @@ +/****************************************************************************** + * + * LDC2 source code + * + * $Date: 2007/03/26 01:00:40 $ + * $Author: hachti $ + * + * $Log: hw_constants.hh,v $ + * Revision 2.0 2007/03/26 01:00:40 hachti + * *** empty log message *** + * + * + ******************************************************************************/ + #ifndef HW_CONSTANTS_H #define HW_CONSTANTS_H @@ -11,7 +25,6 @@ #define BLOCK_END_DELIMITER_1 0223 // XOFF 0x93 #define BLOCK_END_DELIMITER_2 0xFF - /* End of Tape sequence * If EOT_LENGTH is set to 2, EOT_1 becomes insignificant and so on */ @@ -20,5 +33,4 @@ #define EOT_SEQ_2 0x93 #define EOT_SEQ_3 0xff - #endif