1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

prototype for the heap status shell command

This commit is contained in:
Zakaria_Kasmi 2013-06-27 16:42:41 +02:00
parent 7136566469
commit 0634f21542

View File

@ -3,22 +3,25 @@
*
* Copyright (C) 2013 INRIA.
*
* This file subject to the terms and conditions of the GNU Lesser General
* Public License. See the file LICENSE in the top level directory for more
* details.
* The source code is licensed under the LGPLv2 license,
* see the file LICENSE for more details.
*
* @ingroup shell_commands
* @{
* @file shell_commands.c
* @brief sets up the system shell command struct
* @author Oliver Hahm <oliver.hahm@inria.fr>
* @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de>
* @}
*/
#include <shell_commands.h>
#include <stdlib.h>
extern void _id_handler(char *id);
extern void _id_handler(char* id);
extern void _heap_handler(char* unused);
#ifdef MODULE_PS
extern void _ps_handler(char *unused);