blob: 1e56e3e118d2e66c5f71baa9fc83db5c968b291a (
plain)
1
2
3
4
5
6
7
8
9
10
|
// Copyright (C) 2019 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 setupKeilToolchain();
} // BareMetal::Internal
|