|
|
DataMuseum.dkPresents historical artifacts from the history of: Regnecentalen RC-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Regnecentalen RC-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T U s
Length: 1150 (0x47e)
Types: TextFile
Notes: UNIX file
Names: »stubs.c«
└─⟦5fb5a153b⟧ Bits:30004042/hpdd.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦5fb5a153b⟧ UNIX Filesystem
└─⟦this⟧ »hp/new/etc/atconf/modules/tape/stubs.c«
/* Copyrighted as an unpublished work.
* (c) Copyright 1988 INTERACTIVE Systems Corporation
* All rights reserved.
*
* RESTRICTED RIGHTS
*
* These programs are supplied under a license. They may be used,
* disclosed, and/or copied only as permitted under such license
* agreement. Any copy must contain the above copyright notice and
* this restricted rights notice. Use, copying, and/or disclosure
* of the programs is strictly prohibited unless otherwise provided
* in the license agreement.
* "@(#)stubs.c 1.3 - 88/09/30"
*/
#include "sys/types.h"
#include "sys/param.h"
#include "sys/sysmacros.h"
#include "sys/buf.h"
#include "sys/elog.h"
#include "sys/iobuf.h"
#include "sys/vtoc.h"
#include "sys/alttbl.h"
#include "sys/gendev.h"
#include "sys/gentape.h"
#include "sys/athd.h"
#include "sys/gramd.h"
#include "sys/errno.h"
#include "sys/kdef.h"
#include "config.h" /* In case user wants to override defaults */
/* The actual configuration table */
struct gdev_cfg_entry tape_cfg_tbl[1];
ushort tape_cfg_entries = 0;
/*
ushort tape_cfg_entries = sizeof(tape_cfg_tbl)/sizeof(struct gdev_cfg_entry);
*/
tape_init() {}