blob: 2838adcec66177ff5e087aa8c908ced0c00f6478 [file] [log] [blame]
/**
* Copyright (C) ARM Limited 2014-2015. 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