| James Morrissey | 9d72b4e | 2014-02-10 17:04:32 +0000 | [diff] [blame] | 1 | /* | 
|  | 2 | * Copyright (c) 2014, ARM Limited and Contributors. All rights reserved. | 
|  | 3 | * | 
| dp-arm | 82cb2c1 | 2017-05-03 09:38:09 +0100 | [diff] [blame] | 4 | * SPDX-License-Identifier: BSD-3-Clause | 
| James Morrissey | 9d72b4e | 2014-02-10 17:04:32 +0000 | [diff] [blame] | 5 | */ | 
|  | 6 |  | 
| Antonio Nino Diaz | c3cf06f | 2018-11-08 10:20:19 +0000 | [diff] [blame] | 7 | #ifndef IO_SEMIHOSTING_H | 
|  | 8 | #define IO_SEMIHOSTING_H | 
| James Morrissey | 9d72b4e | 2014-02-10 17:04:32 +0000 | [diff] [blame] | 9 |  | 
| Dan Handley | 97043ac | 2014-04-09 13:14:54 +0100 | [diff] [blame] | 10 | struct io_dev_connector; | 
|  | 11 |  | 
| Dan Handley | 625de1d | 2014-04-23 13:47:06 +0100 | [diff] [blame] | 12 | int register_io_dev_sh(const struct io_dev_connector **dev_con); | 
| James Morrissey | 9d72b4e | 2014-02-10 17:04:32 +0000 | [diff] [blame] | 13 |  | 
| Antonio Nino Diaz | c3cf06f | 2018-11-08 10:20:19 +0000 | [diff] [blame] | 14 | #endif /* IO_SEMIHOSTING_H */ |