mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 17:06:25 +08:00
7 lines
79 B
C
Executable File
7 lines
79 B
C
Executable File
#ifndef _KERNEL_TEST_H_
|
|
#define _KERNEL_TEST_H_
|
|
|
|
extern int testSSE();
|
|
|
|
#endif
|