Home
last modified time | relevance | path

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

/drivers/staging/unisys/include/
Dchannel.h41 #ifndef lengthof
42 #define lengthof(TYPE, MEMBER) (sizeof(((TYPE *)0)->MEMBER)) macro