xref: /llvm-project/libc/include/llvm-libc-macros/sys-ioctl-macros.h (revision cae84d8acf5ec7a8f7b9fd2ce33397bcc22c590c)
17639ba69SMichael Jones //===-- Macros defined in sys/ioctl.h header file -------------------------===//
27639ba69SMichael Jones //
37639ba69SMichael Jones // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
47639ba69SMichael Jones // See https://llvm.org/LICENSE.txt for license information.
57639ba69SMichael Jones // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
67639ba69SMichael Jones //
77639ba69SMichael Jones //===----------------------------------------------------------------------===//
87639ba69SMichael Jones 
97639ba69SMichael Jones #ifndef __LLVM_LIBC_MACROS_SYS_IOCTL_MACROS_H
107639ba69SMichael Jones #define __LLVM_LIBC_MACROS_SYS_IOCTL_MACROS_H
117639ba69SMichael Jones 
12*cae84d8aSAlfred Persson Forsberg #ifdef __linux__
137639ba69SMichael Jones #include "linux/sys-ioctl-macros.h"
147639ba69SMichael Jones #endif
157639ba69SMichael Jones 
167639ba69SMichael Jones #endif // __LLVM_LIBC_MACROS_SYS_IOCTL_MACROS_H
17