home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / emacs-19.28-src.tgz / tar.out / fsf / emacs / unixlib / include / internal / devices.h next >
Encoding:
C/C++ Source or Header  |  1996-09-28  |  236 b   |  10 lines

  1. #ifndef DEVICES_H
  2. #define DEVICES_H
  3.  
  4. struct IORequest *_device_open(char *name, unsigned long unit, unsigned long flags,
  5.                    void *data, unsigned long data_len, int req_size);
  6.  
  7. void _device_close(struct IORequest *ioreq);
  8.  
  9. #endif
  10.