summaryrefslogtreecommitdiffstats
path: root/config.tests/socketcan/main.cpp
blob: 4a6fd71d25a2de346f4d7c5cb585c33009350739 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2015 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#include <linux/can.h>
#include <linux/can/raw.h>

int main()
{
    can_frame frame;
    return 0;
}