source: azure_iot_hub/trunk/musl-1.1.18/include/sys/io.h@ 388

Last change on this file since 388 was 388, checked in by coas-nagasima, 5 years ago

Azure IoT Hub Device C SDK を使ったサンプルの追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-chdr
File size: 219 bytes
Line 
1#ifndef _SYS_IO_H
2#define _SYS_IO_H
3#ifdef __cplusplus
4extern "C" {
5#endif
6
7#include <features.h>
8
9#include <bits/io.h>
10
11int iopl(int);
12int ioperm(unsigned long, unsigned long, int);
13
14#ifdef __cplusplus
15}
16#endif
17#endif
Note: See TracBrowser for help on using the repository browser.