root/src/dps8/dps8_socket_dev.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: f4a96cd7-f62e-11ec-ba95-80ee73e9b8e7
   5  *
   6  * ---------------------------------------------------------------------------
   7  *
   8  * Copyright (c) 2007-2013 Michael Mondy
   9  * Copyright (c) 2012-2016 Harry Reed
  10  * Copyright (c) 2017 Charles Anthony
  11  * Copyright (c) 2021-2023 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 #ifdef WITH_SOCKET_DEV
  23 extern UNIT   sk_unit [N_SKC_UNITS_MAX];
  24 extern DEVICE skc_dev;
  25 void          sk_init(void);
  26 void          sk_process_event (void);
  27 iom_cmd_rc_t  skc_iom_cmd (uint iomUnitIdx, uint chan);
  28 #endif /* ifdef WITH_SOCKET_DEV */

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