openbox lab initialized
This commit is contained in:
15
openflow/usr/include/linux/ila.h
Normal file
15
openflow/usr/include/linux/ila.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/* ila.h - ILA Interface */
|
||||
|
||||
#ifndef _LINUX_ILA_H
|
||||
#define _LINUX_ILA_H
|
||||
|
||||
enum {
|
||||
ILA_ATTR_UNSPEC,
|
||||
ILA_ATTR_LOCATOR, /* u64 */
|
||||
|
||||
__ILA_ATTR_MAX,
|
||||
};
|
||||
|
||||
#define ILA_ATTR_MAX (__ILA_ATTR_MAX - 1)
|
||||
|
||||
#endif /* _LINUX_ILA_H */
|
||||
Reference in New Issue
Block a user