summaryrefslogtreecommitdiffstats
path: root/config.tests/linux_v4l/main.cpp
blob: 0c468d59dfcb4d7755ff6996dc27abea2611e152 (plain)
1
2
3
4
5
6
7
8
9
// Copyright (C) 2016 The Qt Company Ltd and/or its subsidiary(-ies).
// SPDX-License-Identifier: BSD-3-Clause

#include <linux/videodev2.h>

int main(int argc, char** argv)
{
    return 0;
}