1 /*
2  * Copyright (c) 2015-2016 Charles Anthony
3  * Copyright (c) 2021 The DPS8M Development Team
4  *
5  * All rights reserved.
6  *
7  * This software is made available under the terms of the ICU
8  * License, version 1.8.1 or later.  For more details, see the
9  * LICENSE.md file at the top-level directory of this distribution.
10  */
11 
12 extern DEVICE absi_dev;
13 extern UNIT absi_unit [N_ABSI_UNITS_MAX];
14 
15 void absi_init (void);
16 void absi_process_event (void);
17 iom_cmd_rc_t absi_iom_cmd (uint iomUnitIdx, uint chan);
18