this repo has no description
1#ifndef IOKIT_BSD_H
2#define IOKIT_BSD_H
3extern "C" {
4#include <CoreFoundation/CFDictionary.h>
5}
6#include <string>
7
8extern "C"
9CFMutableDictionaryRef IOBSDNameMatching(void* iokitPort, unsigned int options, const char* bsdName);
10
11std::string DarlingTranslateBSDName(const char* name);
12bool DarlingFindBSDName(const char* name, char* path);
13
14#endif
15