libittnotify.h 569 B

12345678910111213141516171819
  1. /*
  2. Copyright (C) 2005-2019 Intel Corporation
  3. SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause
  4. */
  5. #ifndef _LIBITTNOTIFY_H_
  6. #define _LIBITTNOTIFY_H_
  7. #ifndef __ITT_INTERNAL_INCLUDE
  8. # if defined WIN32 || defined _WIN32
  9. # pragma message("WARNING!!! Include file libittnotify.h is deprecated and should not be included anymore")
  10. # else /* WIN32 */
  11. # warning "Include file libittnotify.h is deprecated and should not be included anymore"
  12. # endif /* WIN32 */
  13. #endif /* __ITT_INTERNAL_INCLUDE */
  14. #include "legacy/ittnotify.h"
  15. #endif /* _LIBITTNOTIFY_H_ */