this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at vchroot 15 lines 348 B view raw
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