1
0
mirror of https://github.com/OpenIntelWireless/itlwm.git synced 2024-11-25 13:56:13 +00:00
itlwm/itl80211/zutil.h
2020-09-04 12:29:07 +08:00

22 lines
334 B
C

//
// zutil.h
// itlwm
//
// Created by qcwap on 2020/9/4.
// Copyright © 2020 钟先耀. All rights reserved.
//
#ifndef zutil_h
#define zutil_h
#include <IOKit/IOLib.h>
#include <IOKit/IOTypes.h>
extern "C" {
void *zcalloc(void *opaque, uint items, uint size);
void zcfree(void *opaque, void *ptr);
}
#endif /* zutil_h */