diff --git a/include/shell/shell.h b/include/shell/shell.h index eee80dda4e5..ea982df74cf 100644 --- a/include/shell/shell.h +++ b/include/shell/shell.h @@ -6,6 +6,9 @@ * SPDX-License-Identifier: Apache-2.0 */ +#ifndef _SHELL_H_ +#define _SHELL_H_ + #ifdef __cplusplus extern "C" { #endif @@ -156,3 +159,4 @@ static inline int shell_run(struct device *dev) } #endif +#endif /* _SHELL_H_ */