Home
last modified time | relevance | path

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

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