Home
last modified time | relevance | path

Searched defs:_htole32 (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/
Dsym_misc.h257 static __inline u32 _htole32(u32 v) { return __htole32(v); } in _htole32() function
269 #define _htole32(v) (v) macro