defs.h.in revision 275988
197403Sobrien/* Copyright (c) 2008 The NetBSD Foundation, Inc.
297403Sobrien * All rights reserved.
397403Sobrien *
497403Sobrien * Redistribution and use in source and binary forms, with or without
597403Sobrien * modification, are permitted provided that the following conditions
697403Sobrien * are met:
797403Sobrien * 1. Redistributions of source code must retain the above copyright
897403Sobrien *    notice, this list of conditions and the following disclaimer.
997403Sobrien * 2. Redistributions in binary form must reproduce the above copyright
1097403Sobrien *    notice, this list of conditions and the following disclaimer in the
1197403Sobrien *    documentation and/or other materials provided with the distribution.
1297403Sobrien *
1397403Sobrien * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND
1497403Sobrien * CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
1597403Sobrien * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
1697403Sobrien * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
1797403Sobrien * IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY
18169691Skan * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1997403Sobrien * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
2097403Sobrien * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2197403Sobrien * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
2297403Sobrien * IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
2397403Sobrien * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
2497403Sobrien * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.  */
2597403Sobrien
2697403Sobrien#if !defined(ATF_C_DEFS_H)
2797403Sobrien#define ATF_C_DEFS_H
2897403Sobrien
2997403Sobrien#define ATF_DEFS_ATTRIBUTE_FORMAT_PRINTF(a, b) @ATTRIBUTE_FORMAT_PRINTF@
3097403Sobrien#define ATF_DEFS_ATTRIBUTE_NORETURN @ATTRIBUTE_NORETURN@
3197403Sobrien#define ATF_DEFS_ATTRIBUTE_UNUSED @ATTRIBUTE_UNUSED@
3297403Sobrien
3397403Sobrien#endif /* !defined(ATF_C_DEFS_H) */
3497403Sobrien