OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [linux/] [if_plip.h] - Diff between revs 1765 and 1782

Only display areas with differences | Details | Blame | View Log

Rev 1765 Rev 1782
/*
/*
 *      NET3    PLIP tuning facilities for the new Niibe PLIP.
 *      NET3    PLIP tuning facilities for the new Niibe PLIP.
 *
 *
 *      This program is free software; you can redistribute it and/or
 *      This program is free software; you can redistribute it and/or
 *      modify it under the terms of the GNU General Public License
 *      modify it under the terms of the GNU General Public License
 *      as published by the Free Software Foundation; either version
 *      as published by the Free Software Foundation; either version
 *      2 of the License, or (at your option) any later version.
 *      2 of the License, or (at your option) any later version.
 *
 *
 */
 */
 
 
#ifndef _LINUX_IF_PLIP_H
#ifndef _LINUX_IF_PLIP_H
#define _LINUX_IF_PLIP_H
#define _LINUX_IF_PLIP_H
 
 
#include <linux/sockios.h>
#include <linux/sockios.h>
 
 
#define SIOCDEVPLIP     SIOCDEVPRIVATE
#define SIOCDEVPLIP     SIOCDEVPRIVATE
 
 
struct plipconf
struct plipconf
{
{
        unsigned short pcmd;
        unsigned short pcmd;
        unsigned long  nibble;
        unsigned long  nibble;
        unsigned long  trigger;
        unsigned long  trigger;
};
};
 
 
#define PLIP_GET_TIMEOUT        0x1
#define PLIP_GET_TIMEOUT        0x1
#define PLIP_SET_TIMEOUT        0x2
#define PLIP_SET_TIMEOUT        0x2
 
 
#endif
#endif
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.