blob: 7524c251a658466c11331952268e9314d31ef5b3 [file] [log] [blame]
Gerhard Rieger03f028a2023-10-01 21:24:46 +02001/* 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
8extern const struct addrdesc xioaddr_shell;
9
10extern const struct optdesc opt_shell;
11
12#endif /* !defined(__xio_shell_h_included) */