summaryrefslogtreecommitdiffstats
path: root/include/shell.h
blob: b98cac3dc503d68505b9039fdc3db3596fa706b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * (C) Copyright 2013 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
 *
 * Under GPLv2 only
 */

#ifndef __SHELL_H__
#define __SHELL_H__

int shell_get_last_return_code(void);

#endif /* __SHELL_H__ */