mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-28 23:23:55 +08:00
9 lines
105 B
C
9 lines
105 B
C
|
#ifndef _LINUX_NS_COMMON_H
|
||
|
#define _LINUX_NS_COMMON_H
|
||
|
|
||
|
struct ns_common {
|
||
|
unsigned int inum;
|
||
|
};
|
||
|
|
||
|
#endif
|