root/src/simh/sim_os_mem.h

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

INCLUDED FROM


   1 /*
   2  * vim: filetype=c:tabstop=2:ai:expandtab
   3  * SPDX-License-Identifier: ICU
   4  * scspell-id: 127ba636-020b-11f0-8026-80ee73e9b8e7
   5  *
   6  * ---------------------------------------------------------------------------
   7  *
   8  * Copyright (c) 2025 Jeffrey H. Johnson
   9  * Copyright (c) 2025 The DPS8M Development Team
  10  *
  11  * This software is made available under the terms of the ICU License.
  12  * See the LICENSE.md file at the top-level directory of this distribution.
  13  *
  14  * ---------------------------------------------------------------------------
  15  */
  16 
  17 #if !defined(INCLUDED_SIM_OS_MEM_H)
  18 # define INCLUDED_SIM_OS_MEM_H
  19 
  20 # include <stdbool.h>
  21 
  22 uint64_t sim_memory_available(void);
  23 
  24 #endif

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