io.h revision 289644
155682Smarkm/*-
2178825Sdfr * Copyright (c) 2010 Isilon Systems, Inc.
355682Smarkm * Copyright (c) 2010 iX Systems, Inc.
455682Smarkm * Copyright (c) 2010 Panasas, Inc.
555682Smarkm * Copyright (c) 2013, 2014 Mellanox Technologies, Ltd.
655682Smarkm * All rights reserved.
755682Smarkm *
855682Smarkm * Redistribution and use in source and binary forms, with or without
955682Smarkm * modification, are permitted provided that the following conditions
1055682Smarkm * are met:
1155682Smarkm * 1. Redistributions of source code must retain the above copyright
1255682Smarkm *    notice unmodified, this list of conditions, and the following
1355682Smarkm *    disclaimer.
1455682Smarkm * 2. Redistributions in binary form must reproduce the above copyright
1555682Smarkm *    notice, this list of conditions and the following disclaimer in the
1655682Smarkm *    documentation and/or other materials provided with the distribution.
1755682Smarkm *
1855682Smarkm * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
1955682Smarkm * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
2055682Smarkm * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
2155682Smarkm * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
2255682Smarkm * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
2355682Smarkm * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2455682Smarkm * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2555682Smarkm * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2655682Smarkm * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
2755682Smarkm * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2855682Smarkm *
2955682Smarkm * $FreeBSD: head/sys/ofed/include/asm/io.h 289644 2015-10-20 19:08:26Z hselasky $
3055682Smarkm */
3155682Smarkm#ifndef _ASM_IO_H_
3255682Smarkm#define _ASM_IO_H_
3355682Smarkm
34178825Sdfr#include <linux/io.h>
3555682Smarkm
3655682Smarkm#endif	/* _ASM_IO_H_ */
3755682Smarkm