Subversion Repositories HelenOS

Rev

Rev 4722 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4722 Rev 4743
Line 32... Line 32...
32
 
32
 
33
/** @file
33
/** @file
34
 *  General CRC and checksum computation.
34
 *  General CRC and checksum computation.
35
 */
35
 */
36
 
36
 
37
#ifndef __NET_CRC_H__
37
#ifndef __NET_CHECKSUM_H__
38
#define __NET_CRC_H__
38
#define __NET_CHECKSUM_H__
39
 
39
 
40
#include <byteorder.h>
40
#include <byteorder.h>
41
 
41
 
42
#include <sys/types.h>
42
#include <sys/types.h>
43
 
43