aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/uuid.h
blob: d2d0489d13315fcb0788f95e610fda213c50ffd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * UUID/GUID definition
 *
 * Copyright (C) 2010, 2016 Intel Corp.
 *	Huang Ying <ying.huang@intel.com>
 */
#ifndef _LINUX_UUID_H_
#define _LINUX_UUID_H_

#include <linux/uuid_types.h>
#include <linux/uuid_api.h>

#endif