Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h647 #ifndef ARRAYLAST /* returns pointer to last array element */
648 #define ARRAYLAST(a) (&a[ARRAYSIZE(a)-1]) macro