Source
1
1
// SPDX-License-Identifier: GPL-2.0
2
2
/*
3
-
* Thunderbolt Cactus Ridge driver - capabilities lookup
3
+
* Thunderbolt driver - capabilities lookup
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
#include <linux/slab.h>
9
10
#include <linux/errno.h>
10
11
11
12
#include "tb.h"
12
13
13
14
#define CAP_OFFSET_MAX 0xff
14
15
#define VSE_CAP_OFFSET_MAX 0xffff
15
16