summaryrefslogtreecommitdiffstats
path: root/src/tools/tracegen/etw.h
blob: ad68fe08dea970665932cff107f09a2815daaa25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (C) 2017 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Rafael Roquetto <rafael.roquetto@kdab.com>
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

#ifndef ETW_H
#define ETW_H

struct Provider;
class QFile;

void writeEtw(QFile &device, const Provider &p);

#endif // ETW_H