root/src/dps8/dps8_crdrdr.h

/* [previous][next][first][last][top][bottom][index][help] */

INCLUDED FROM


   1 /*
   2  * vim: filetype=c:tabstop=4:ai:expandtab
   3  * SPDX-License-Identifier: ICU
   4  * scspell-id: 91b64166-f62d-11ec-b75e-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-2022 The DPS8M Development Team
  12  *
  13  * All rights reserved.
  14  *
  15  * This software is made available under the terms of the ICU
  16  * License, version 1.8.1 or later.  For more details, see the
  17  * LICENSE.md file at the top-level directory of this distribution.
  18  *
  19  * ---------------------------------------------------------------------------
  20  */
  21 
  22 extern DEVICE rdr_dev;
  23 extern UNIT rdr_unit [N_RDR_UNITS_MAX];
  24 
  25 void rdr_init(void);
  26 iom_cmd_rc_t rdr_iom_cmd (uint iomUnitIdx, uint chan);
  27 void rdrCardReady (int unitNum);
  28 void rdrProcessEvent (void);

/* [previous][next][first][last][top][bottom][index][help] */