]> rtime.felk.cvut.cz Git - sojka/can-utils.git/blobdiff - include/socketcan/can/error.h
Update includes to Linux 3.6 with CAN FD support.
[sojka/can-utils.git] / include / socketcan / can / error.h
index eddea4b5d0fd64ca3e778dd0797b30bf6e8c6599..b65c2317b40a8b8f024c465b575be8cc136c9ccf 100644 (file)
@@ -1,22 +1,18 @@
 /*
  * socketcan/can/error.h
  *
- * Definitions of the CAN error frame to be filtered and passed to the user.
- *
- * $Id$
+ * Definitions of the CAN error messages to be filtered and passed to the user.
  *
  * Author: Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
  * Copyright (c) 2002-2007 Volkswagen Group Electronic Research
  * All rights reserved.
  *
- * Send feedback to <socketcan-users@lists.berlios.de>
- *
  */
 
 #ifndef CAN_ERROR_H
 #define CAN_ERROR_H
 
-#define CAN_ERR_DLC 8 /* dlc for error frames */
+#define CAN_ERR_DLC 8 /* dlc for error message frames */
 
 /* error class (mask) in can_id */
 #define CAN_ERR_TX_TIMEOUT   0x00000001U /* TX timeout (by netdevice driver) */