linux/drivers/usb/serial/io_edgeport.h

/* SPDX-License-Identifier: GPL-2.0+ */
/************************************************************************
 *
 *	io_edgeport.h	Edgeport Linux Interface definitions
 *
 *	Copyright (C) 2000 Inside Out Networks, Inc.
 *
 ************************************************************************/

#if !defined(_IO_EDGEPORT_H_)
#define _IO_EDGEPORT_H_

#define MAX_RS232_PORTS

/* typedefs that the insideout headers need */
#ifndef LOW8
	#define LOW8(a)
#endif
#ifndef HIGH8
	#define HIGH8(a)
#endif

#include "io_usbvend.h"

/*
 *	Product information read from the Edgeport
 */
struct edgeport_product_info {};

#endif