blob: cc4b307548930a0de005ae2b88baa6cbdeb613b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/**
* Copyright (C) ARM Limited 2014-2016. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef COMMAND_H
#define COMMAND_H
void *commandThread(void *);
#endif // COMMAND_H
|