mirror of
https://github.com/shenmintao/aic8800d80.git
synced 2026-09-26 17:44:16 +00:00
12 lines
203 B
C
12 lines
203 B
C
#ifndef _RWNX_VERSION_H_
|
|
#define _RWNX_VERSION_H_
|
|
|
|
#include "rwnx_version_gen.h"
|
|
|
|
static inline void rwnx_print_version(void)
|
|
{
|
|
AICWFDBG(LOGINFO, RWNX_VERS_BANNER"\n");
|
|
}
|
|
|
|
#endif /* _RWNX_VERSION_H_ */
|