root/src/dps8/dps8_sir.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: de62821c-bef7-11ef-a3bc-80ee73e9b8e7
   5  *
   6  * ---------------------------------------------------------------------------
   7  *
   8  * Copyright (c) 2024-2025 The DPS8M Development Team
   9  *
  10  * This software is made available under the terms of the ICU License.
  11  * See the LICENSE.md file at the top-level directory of this distribution.
  12  *
  13  * ---------------------------------------------------------------------------
  14  */
  15 
  16 #if !defined(_INCLUDED_DPS8_SIR_H)
  17 # define _INCLUDED_DPS8_SIR_H
  18 
  19 # include "../libsir/include/sir.h"
  20 # include "../libsir/include/sir/platform.h"
  21 # include "../libsir/include/sir/internal.h"
  22 # include "../libsir/include/sir/ansimacros.h"
  23 
  24 #endif /* if !defined(_INCLUDED_DPS8_SIR_H) */

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