]> rtime.felk.cvut.cz Git - rpp-test-sw.git/blob - rpp-test-sw/commands/cmd_mout.h
8926681fe7ecccbb25666053bff594cab4cc478d
[rpp-test-sw.git] / rpp-test-sw / commands / cmd_mout.h
1 /*
2  * Copyright (C) 2016 Czech Technical University in Prague
3  *
4  * Authors:
5  *     - Michal Sojka <sojkam1@fel.cvut.cz>
6  *
7  * This document contains proprietary information belonging to Czech
8  * Technical University in Prague. Passing on and copying of this
9  * document, and communication of its contents is not permitted
10  * without prior written authorization.
11  *
12  */
13
14 #ifndef COMMANDS_CMD_MOUT_H
15 #define COMMANDS_CMD_MOUT_H
16
17 #include "cmdproc.h"
18
19 extern cmd_des_t const *cmd_list_mout[];
20
21 #endif