1 /* 2 * vim: filetype=c:tabstop=4:ai:expandtab 3 * SPDX-License-Identifier: ICU 4 * scspell-id: cffcb19a-f62e-11ec-b3a0-80ee73e9b8e7 5 * 6 * --------------------------------------------------------------------------- 7 * 8 * Copyright (c) 2007-2013 Michael Mondy 9 * Copyright (c) 2012-2016 Harry Reed 10 * Copyright (c) 2013-2016 Charles Anthony 11 * Copyright (c) 2021-2024 The DPS8M Development Team 12 * 13 * This software is made available under the terms of the ICU License. 14 * See the LICENSE.md file at the top-level directory of this distribution. 15 * 16 * --------------------------------------------------------------------------- 17 */ 18 19 extern DEVICE prt_dev; 20 extern UNIT prt_unit [N_PRT_UNITS_MAX]; 21 22 void prt_init(void); 23 iom_cmd_rc_t prt_iom_cmd (uint iomUnitIdx, uint chan); 24 t_stat burst_printer (UNUSED int32 arg, const char * buf);