OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [m68k/] [ods68302/] [include/] [crc.h] - Blame information for rev 173

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
/*****************************************************************************/
2
/*
3
  $Id: crc.h,v 1.2 2001-09-27 12:00:21 chris Exp $
4
 
5
   CRC 16 Calculate Interface
6
 
7
*/
8
/*****************************************************************************/
9
 
10
#ifndef _CRC_H_
11
#define _CRC_H_
12
 
13
 /* ----
14
      F U N C T I O N S
15
  */
16
#if __cplusplus
17
extern "C"
18
{
19
#endif
20
 
21
rtems_unsigned16 calc_crc(void *data, rtems_unsigned32 count);
22
 
23
#if __cplusplus
24
}
25
#endif
26
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.