Home
last modified time | relevance | path

Searched refs:typeof_field (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/include/asm-x86_64/
Dpda.h36 #define typeof_field(type,field) typeof(((type *)0)->field) macro
53 typedef typeof_field(struct x8664_pda, field) T__; T__ ret__; \