1 /* 2 * vim: filetype=c:tabstop=4:ai:expandtab 3 * SPDX-License-Identifier: ICU 4 * scspell-id: 3bd4abd3-f62d-11ec-a9ab-80ee73e9b8e7 5 * 6 * --------------------------------------------------------------------------- 7 * 8 * Copyright (c) 2015-2016 Charles Anthony 9 * Copyright (c) 2021-2023 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(WITH_ABSI_DEV) 18 extern DEVICE absi_dev; 19 extern UNIT absi_unit [N_ABSI_UNITS_MAX]; 20 void absi_init (void); 21 void absi_process_event (void); 22 iom_cmd_rc_t absi_iom_cmd (uint iomUnitIdx, uint chan); 23 #endif /* if defined(WITH_ABSI_DEV) */