Source
1
1
/* SPDX-License-Identifier: GPL-2.0 */
2
2
/*
3
-
* Thunderbolt Cactus Ridge driver - bus logic (NHI independent)
3
+
* Thunderbolt driver - bus logic (NHI independent)
4
4
*
5
5
* Copyright (c) 2014 Andreas Noever <andreas.noever@gmail.com>
6
+
* Copyright (C) 2018, Intel Corporation
6
7
*/
7
8
8
9
#ifndef TB_H_
9
10
#define TB_H_
10
11
11
12
#include <linux/nvmem-provider.h>
12
13
#include <linux/pci.h>
13
14
#include <linux/thunderbolt.h>
14
15
#include <linux/uuid.h>
15
16