Changes to attempt to silence bcc64x
[ACE_TAO.git] / ACE / ace / OS_NS_devctl.h
blob982dee5db42a7e18330b84b074073024195eb810
1 #ifndef ACE_OS_NS_DEVCTL_H
2 #define ACE_OS_NS_DEVCTL_H
4 #include /**/ "ace/pre.h"
5 #include "ace/config-all.h"
7 #ifndef ACE_LACKS_PRAGMA_ONCE
8 #pragma once
9 #endif
11 #include "ace/os_include/sys/os_types.h"
13 #include "ace/ACE_export.h"
15 #ifdef ACE_EXPORT_MACRO
16 # undef ACE_EXPORT_MACRO
17 #endif
18 #define ACE_EXPORT_MACRO ACE_Export
20 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
21 namespace ACE_OS {
22 ACE_NAMESPACE_INLINE_FUNCTION
23 int posix_devctl (int filedes, int dcmd,
24 void *dev_data_ptr, size_t nbyte,
25 int *dev_info_ptr);
27 ACE_END_VERSIONED_NAMESPACE_DECL
29 #ifdef ACE_HAS_INLINED_OSCALLS
30 # ifdef ACE_INLINE
31 # undef ACE_INLINE
32 # endif
33 # define ACE_INLINE inline
34 # include "ace/OS_NS_devctl.inl"
35 #endif
37 #include /**/ "ace/post.h"
38 #endif // ACE_OS_NS_DEVCTL_H