Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4743 → Rev 4722

/branches/network/uspace/srv/net/include/crc.h/checksum.h
34,8 → 34,8
* General CRC and checksum computation.
*/
 
#ifndef __NET_CHECKSUM_H__
#define __NET_CHECKSUM_H__
#ifndef __NET_CRC_H__
#define __NET_CRC_H__
 
#include <byteorder.h>