~ubuntu-branches/ubuntu/maverick/avr-libc/maverick

« back to all changes in this revision

Viewing changes to include/util/parity.h

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2007-08-09 11:28:01 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070809112801-ps7wognnynio9kz7
Tags: 1:1.4.6-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Copyright (c) 2002, Marek Michalkiewicz
2
 
   Copyright (c) 2004,2005 Joerg Wunsch
 
2
   Copyright (c) 2004,2005,2007 Joerg Wunsch
3
3
   All rights reserved.
4
4
 
5
5
   Redistribution and use in source and binary forms, with or without
29
29
  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30
30
  POSSIBILITY OF SUCH DAMAGE. */
31
31
 
32
 
/* $Id: parity.h,v 1.1 2005/11/05 22:23:16 joerg_wunsch Exp $ */
 
32
/* $Id: parity.h,v 1.1.2.1 2007/01/23 15:34:58 joerg_wunsch Exp $ */
33
33
 
34
34
#ifndef _UTIL_PARITY_H_
35
35
#define _UTIL_PARITY_H_
36
36
 
 
37
/** \file */
37
38
/** \defgroup util_parity <util/parity.h>: Parity bit generation
38
39
    \code #include <util/parity.h> \endcode
39
40