D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
lib
/
modules
/
4.4.0-1128-aws
/
build
/
include
/
uapi
/
linux
/
Filename :
ila.h
back
Copy
/* ila.h - ILA Interface */ #ifndef _UAPI_LINUX_ILA_H #define _UAPI_LINUX_ILA_H enum { ILA_ATTR_UNSPEC, ILA_ATTR_LOCATOR, /* u64 */ __ILA_ATTR_MAX, }; #define ILA_ATTR_MAX (__ILA_ATTR_MAX - 1) #endif /* _UAPI_LINUX_ILA_H */