|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | INIT_FCS 0xffff /* Initial FCS value */ |
| #define | GOOD_FCS 0xf0b8 /* Good final FCS value */ |
| #define | irda_fcs(fcs, c) crc_ccitt_byte(fcs, c) |
| #define | irda_calc_crc16(fcs, buf, len) crc_ccitt(fcs, buf, len) |
1.8.2