home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Headers / bsd / hppa / label_t.h < prev    next >
C/C++ Source or Header  |  1997-04-27  |  312b  |  20 lines

  1. /*
  2.  * Copyright (c) 1993 NeXT Computer, Inc.
  3.  *
  4.  * HPPA Family:    For setjmp/longjmp (kernel version).
  5.  *
  6.  * HISTORY
  7.  *
  8.  * 9 August 1993 Frank Rowand at NeXT
  9.  *    Created.
  10.  */
  11.  
  12. #ifndef _BSD_HPPA_LABEL_T_H_
  13. #define _BSD_HPPA_LABEL_T_H_
  14.  
  15. typedef struct label_t {
  16.     int    val[48];
  17. } label_t;
  18.  
  19. #endif    _BSD_HPPA_LABEL_T_H_
  20.