source: rtems/c/src/lib/libbsp/m68k/ods68302/include/crc.h @ 8548fe0

4.104.114.84.95
Last change on this file since 8548fe0 was 0074691a, checked in by Joel Sherrill <joel.sherrill@…>, on 07/31/97 at 22:13:29

Merged very large and much appreciated patch from Chris Johns
<cjohns@…>. This patch includes the ods68302 bsp,
the RTEMS++ class library, and the rtems++ test.

  • Property mode set to 100644
File size: 411 bytes
Line 
1/*****************************************************************************/
2/*
3  $Id$
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
17extern "C"
18{
19#endif
20
21rtems_unsigned16 calc_crc(void *data, rtems_unsigned32 count);
22
23#if __cplusplus
24}
25#endif
26#endif
Note: See TracBrowser for help on using the repository browser.