Changeset 9deb5b8b in rtems for c/src/lib/include
- Timestamp:
- 08/01/97 18:12:11 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 29a9e5d
- Parents:
- 0074691a
- Location:
- c/src/lib/include
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/include/Makefile.in
r0074691a r9deb5b8b 12 12 H_FILES=$(H_PIECES:%=$(srcdir)/%.h) 13 13 14 SYS_H_PIECES=termios 15 SYS_H_FILES=$(SYS_H_PIECES:%=$(srcdir)/sys/%.h) 16 14 17 KA9Q_H_PIECES= arp asy ax25 ax25mail bootp cmdparse commands config \ 15 18 daemon dialer domain enet ftp ftpcli global hardware icmp iface \ … … 23 26 RTEMSCPLUSPLUS_H_FILES=$(RTEMSCPLUSPLUS_H_PIECES:%=$(srcdir)/rtems++/%.h) 24 27 25 SYS_H_FILES= 26 27 SRCS=$(H_FILES) $(SYS_H_FILES) 28 SRCS=$(H_FILES) $(SYS_H_FILES) $(KA9Q_H_FILES) $(RTEMSCPLUSPLUS_H_FILES) 28 29 29 30 include $(RTEMS_CUSTOM) -
c/src/lib/include/rtems/libio.h
r0074691a r9deb5b8b 122 122 #define rtems_file_descriptor_type_index(fd) ((((fd) & 0xF000) >> 12) - 1) 123 123 124 /* 125 * IOCTL values 126 */ 127 128 #define RTEMS_IO_GET_ATTRIBUTES 1 129 #define RTEMS_IO_SET_ATTRIBUTES 2 130 124 131 #endif /* _RTEMS_LIBIO_H */
Note: See TracChangeset
for help on using the changeset viewer.