]> 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 ea6c3811f063c233cd0d9aa06792c936e5e716ca..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 <linux-can@vger.kernel.org>
- *
  */
 
 #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) */