blob: ff009c83c3cb30c39eae748a9fd1d5e30d80da27 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// Copyright (C) 2016 Denis Shienkov <denis.shienkov@gmail.com>
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#pragma once
namespace BareMetal::Internal {
void setupBareMetalDebugSupport();
} // BareMetal::Internal
|