blob: e90ea5c0fa2f63569715b06b69be2e44b90589cb [file] [log] [blame]
James Morrissey9d72b4e2014-02-10 17:04:32 +00001/*
2 * Copyright (c) 2014, ARM Limited and Contributors. All rights reserved.
3 *
dp-armfa3cf0b2017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
James Morrissey9d72b4e2014-02-10 17:04:32 +00005 */
6
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +00007#ifndef IO_SEMIHOSTING_H
8#define IO_SEMIHOSTING_H
James Morrissey9d72b4e2014-02-10 17:04:32 +00009
Dan Handley2bd4ef22014-04-09 13:14:54 +010010struct io_dev_connector;
11
Dan Handleya4cb68e2014-04-23 13:47:06 +010012int register_io_dev_sh(const struct io_dev_connector **dev_con);
James Morrissey9d72b4e2014-02-10 17:04:32 +000013
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000014#endif /* IO_SEMIHOSTING_H */