root/src/simh/sim_hints.h

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

INCLUDED FROM


   1 /*
   2  * sim_hints.h: configuration hints
   3  *
   4  * vim: filetype=c:tabstop=2:ai:expandtab
   5  * SPDX-License-Identifier: ICU
   6  * scspell-id: 1784dba8-00a2-11f0-b624-80ee73e9b8e7
   7  *
   8  * ---------------------------------------------------------------------------
   9  *
  10  * Copyright (c) 2025 Jeffrey H. Johnson
  11  * Copyright (c) 2025 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 #if !defined(SIM_HINTS_H_)
  20 # define SIM_HINTS_H_ 0
  21 
  22 t_stat show_hints (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, CONST char *cptr);
  23 
  24 #endif

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