mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
711 B
38 lines
711 B
/**
|
|
Copyright(c) Maynard Electronics, Inc. 1984-89
|
|
|
|
|
|
Name: tbe_err.h
|
|
|
|
Date Updated: $./FDT$ $./FTM$
|
|
|
|
Description:
|
|
|
|
Location: BE_PUBLIC
|
|
|
|
|
|
$Log: N:/LOGFILES/TBE_ERR.H_V $
|
|
*
|
|
* Rev 1.1 30 May 1991 11:59:18 STEVEN
|
|
* bsdu_err.h no longer exists
|
|
*
|
|
* Rev 1.0 09 May 1991 13:33:20 HUNTER
|
|
* Initial revision.
|
|
|
|
**/
|
|
/* $end$ */
|
|
|
|
#ifndef _tbe_err_h_
|
|
#define _tbe_err_h_
|
|
|
|
/* general -1 -255 */
|
|
/* file system -256 -511 */
|
|
/* tape format -512 -767 */
|
|
/* loops -768 -1023 */
|
|
/* bsdu 0xfbff 0xfb00*/
|
|
|
|
#include <std_err.h>
|
|
#include "fsys_err.h"
|
|
#include "tfl_err.h"
|
|
|
|
#endif
|