compat 2twi.h / 8h
01 1 Copyright (c) 2005 Joerg Wunsch
02 2All rights reserved.
03 3Redistribution and use in source and binary forms, with or without
05 5modification, are permitted provided that the following conditions are met:
06 607 7* Redistributions of source code must retain the above copyright
08 8notice, this list of conditions and the following disclaimer.
09 910 10* Redistributions in binary form must reproduce the above copyright
11 11notice, this list of conditions and the following disclaimer in
12 12the documentation and/or other materials provided with the
13 13distribution.
14 1415 15* Neither the name of the copyright holders nor the names of
16 16contributors may be used to endorse or promote products derived
17 17from this software without specific prior written permission.
18 1819 19THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
20 20AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 21IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22 22ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
23 23LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24 24CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25 25SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26 26INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27 27CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28 28ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29 29POSSIBILITY OF SUCH DAMAGE. */
30 3031 31/* $Id: twi.h 933 2005-11-05 22:23:16Z joerg_wunsch $ */
32 3233 33#ifndef _COMPAT_TWI_H_
34 34#define _COMPAT_TWI_H_
35 3536 36#include <util/twi.h>
37 3738 38#endif /* _COMPAT_TWI_H_ */
twi.h