Newer
Older
barebox / include / shell.h
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD on 18 Sep 2013 215 bytes process_escape_sequence: add support to \$?
/*
 * (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__ */