[types] move types into specific headers (#2946)

This commit is contained in:
Jonathan Hui
2018-08-08 11:19:41 -07:00
committed by GitHub
parent 90ee0a4d66
commit 9d585edc46
270 changed files with 1318 additions and 1587 deletions
@@ -35,8 +35,6 @@
#ifndef __OTLWFIOCTL_H__
#define __OTLWFIOCTL_H__
#include <openthread/types.h>
__inline LONG ThreadErrorToNtstatus(otError error) { return (LONG)-((int)error); }
// User-mode IOCTL path for CreateFile
+1 -3
View File
@@ -29,14 +29,12 @@
/**
* @file
* @brief
* This file defines a node interface for openthread.h to be used for certification tests
* This file defines a node interface for openthread to be used for certification tests
*/
#ifndef OTNODE_H_
#define OTNODE_H_
#include <openthread/openthread.h>
#ifndef OTNODEAPI
#define OTNODEAPI __declspec(dllimport)
#endif