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