blob: b8176ffdc583d44638d2fedfac949154a03c78b5 (
plain)
1
2
3
4
5
6
|
// Copyright 2024 syzkaller project authors. All rights reserved.
// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
#include "ioctl.h"
#define UNUSED_IOCTL1 _IO('c', 1)
|