blob: 728d5443daf5856c8b20e2404f202b8ade74e908 [file] [log] [blame]
Christoph Hellwig9e91c572019-10-17 13:12:13 -07001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (c) 2019 Christoph Hellwig
4 */
5#include <linux/iomap.h>
Ritesh Harjani (IBM)3fd41722023-04-21 08:52:43 -07006#include <linux/uio.h>
Christoph Hellwig9e91c572019-10-17 13:12:13 -07007
8/*
9 * We include this last to have the helpers above available for the trace
10 * event implementations.
11 */
12#define CREATE_TRACE_POINTS
13#include "trace.h"