1 /*
2  * Copyright (c) 2007-2013 Michael Mondy
3  * Copyright (c) 2012-2016 Harry Reed
4  * Copyright (c) 2013-2016 Charles Anthony
5  * Copyright (c) 2021 The DPS8M Development Team
6  *
7  * All rights reserved.
8  *
9  * This software is made available under the terms of the ICU
10  * License, version 1.8.1 or later.  For more details, see the
11  * LICENSE.md file at the top-level directory of this distribution.
12  */
13 
14 extern DEVICE urp_dev;
15 extern UNIT urp_unit [N_URP_UNITS_MAX];
16 
17 void urp_init(void);
18 iom_cmd_rc_t urp_iom_cmd (uint iomUnitIdx, uint chan);
19