]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/tools/ath/ath_ee_v4k_print/eeprom.h
Merge llvm, clang, lld, lldb, compiler-rt and libc++ trunk r321545,
[FreeBSD/FreeBSD.git] / tools / tools / ath / ath_ee_v4k_print / eeprom.h
1 /* $FreeBSD$ */
2
3 #ifndef __EEPROM_H__
4 #define __EEPROM_H__
5
6 extern void load_eeprom_dump(const char *file, uint16_t *buf);
7
8 #endif