9
0
Fork 0
barebox/include/shell.h

13 lines
215 B
C

/*
* (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__ */