repo.or.cz
/
agere_fw_utils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix dump_h* utilities on x86_64
[agere_fw_utils.git]
/
hcfcfg.h
blob
484b779b428de84f3fe27935b17924d547d4be30
1
/*
2
* This is a wrapper for hcfcfg.h included in wl_lkm that redefines
3
* hcf_32 to be 32-bit on any architecture.
4
*/
5
#include <stdint.h>
6
#include
"include/hcf/hcfcfg.h"
7
#define hcf_32 uint32_t