Changeset 9b05600 in rtems for c/src/lib/include/ioccom.h


Ignore:
Timestamp:
06/14/00 20:22:31 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
5e77d129
Parents:
07f0442
Message:

* empty log message *

File:
1 moved

Legend:

Unmodified
Added
Removed
  • c/src/lib/include/ioccom.h

    r07f0442 r9b05600  
    3838#define _SYS_IOCCOM_H_
    3939
     40/* the definitions were moved to a common placed so they could be shared */
     41#include <sys/rtems_ioccom.h>
     42
     43#if 0
    4044/*
    4145 * Ioctl's have the command encoded in the lower word, and the size of
     
    6266/* this should be _IORW, but stdio got there first */
    6367#define _IOWR(g,n,t)    _IOC(IOC_INOUT, (g), (n), sizeof(t))
     68#endif
    6469
    6570#ifndef KERNEL
Note: See TracChangeset for help on using the changeset viewer.