Gerhard Rieger | 03f028a | 2023-10-01 21:24:46 +0200 | [diff] [blame] | 1 | /* source: xio-shell.h */ |
2 | /* Copyright Gerhard Rieger and contributors (see file CHANGES) */ | ||||
3 | /* Published under the GNU General Public License V.2, see file COPYING */ | ||||
4 | |||||
5 | #ifndef __xio_shell_h_included | ||||
6 | #define __xio_shell_h_included 1 | ||||
7 | |||||
8 | extern const struct addrdesc xioaddr_shell; | ||||
9 | |||||
10 | extern const struct optdesc opt_shell; | ||||
11 | |||||
12 | #endif /* !defined(__xio_shell_h_included) */ |