summaryrefslogtreecommitdiff
path: root/src/nb_config.h
blob: 07c74a3e847b9f95a78fb825293ec6a650496542 (plain)
1
2
3
4
5
6
7
#ifndef NB_CONFIG_H
#define NB_CONFIG_H

// 二进制文件开头标识
#define NOOB_SIGNATURE "\033NB!" // <Esc>NB!

#endif