File wsh_shell_ps1_custom.h
File List > src > wsh_shell_ps1_custom.h
Go to the documentation of this file
| #ifndef __WSH_SHELL_PS1_CUSTOM_H
#define __WSH_SHELL_PS1_CUSTOM_H
#include "wsh_shell_cfg.h"
#include "wsh_shell_io.h"
#include "wsh_shell_types.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct {
const WshShell_Char_t* UserName;
const WshShell_Char_t* DevName;
WshShell_Char_t* InterCmdName;
} WshShell_PS1Data_t;
void WshShell_GeneratePS1(WshShell_Char_t* pPS1, WshShell_PS1Data_t* pPS1Data);
#ifdef __cplusplus
}
#endif
#endif /* __WSH_SHELL_PS1_CUSTOM_H */
|