Move openthread-types.h to openthread/types.h.

This commit is contained in:
Jonathan Hui
2017-03-02 10:24:55 -08:00
parent da35770140
commit 075bff327c
125 changed files with 169 additions and 127 deletions
@@ -35,7 +35,7 @@
#ifndef __OTLWFIOCTL_H__
#define __OTLWFIOCTL_H__
#include <openthread-types.h>
#include <openthread/types.h>
__inline LONG ThreadErrorToNtstatus(ThreadError error) { return (LONG)-((int)error); }