home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / utilities / utilss / sockets / include / sys / h / seg < prev    next >
Encoding:
Text File  |  1995-01-11  |  710 b   |  31 lines

  1. /*
  2.  * $Header: /ax/networking:include/sys/seg.h:networking  1.1  $
  3.  * $Source: /ax/networking:include/sys/seg.h: $
  4.  *
  5.  * Copyright (c) 1988 Acorn Computers Ltd., Cambridge, England
  6.  *
  7.  * $Log:    seg.h,v $
  8.  * Revision 1.1  95/01/11  10:19:42  kwelton
  9.  * Initial revision
  10.  * 
  11.  * Revision 1.3  88/06/17  20:20:51  beta
  12.  * Acorn Unix initial beta version
  13.  * 
  14.  */
  15. /*
  16.  * Copyright (c) 1982, 1986 Regents of the University of California.
  17.  * All rights reserved.  The Berkeley software License Agreement
  18.  * specifies the terms and conditions for redistribution.
  19.  *
  20.  *    @(#)seg.h    7.1 (Berkeley) 6/4/86
  21.  */
  22.  
  23. /*
  24.  * Mapper addresses and bits
  25.  */
  26.  
  27. #define    RO    APG_UR        /* access abilities */
  28. #define    RW    APG_URW
  29.  
  30. /* EOF seg.h */
  31.