11.1Smaya/* $NetBSD: endian.h,v 1.1 2017/10/16 11:38:25 maya Exp $ */ 21.1Smaya 31.1Smaya/*- 41.1Smaya * Copyright (c) 2017 The NetBSD Foundation, Inc. 51.1Smaya * All rights reserved. 61.1Smaya * 71.1Smaya * Redistribution and use in source and binary forms, with or without 81.1Smaya * modification, are permitted provided that the following conditions 91.1Smaya * are met: 101.1Smaya * 1. Redistributions of source code must retain the above copyright 111.1Smaya * notice, this list of conditions and the following disclaimer. 121.1Smaya * 2. Redistributions in binary form must reproduce the above copyright 131.1Smaya * notice, this list of conditions and the following disclaimer in the 141.1Smaya * documentation and/or other materials provided with the distribution. 151.1Smaya * 161.1Smaya * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 171.1Smaya * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 181.1Smaya * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 191.1Smaya * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 201.1Smaya * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 211.1Smaya * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 221.1Smaya * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 231.1Smaya * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 241.1Smaya * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 251.1Smaya * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 261.1Smaya * POSSIBILITY OF SUCH DAMAGE. 271.1Smaya */ 281.1Smaya 291.1Smaya#ifndef _ENDIAN_H_ 301.1Smaya#define _ENDIAN_H_ 311.1Smaya 321.1Smaya#include <sys/endian.h> 331.1Smaya 341.1Smaya#endif /* !_ENDIAN_H_ */ 35