| .. | .. |
|---|
| 1 | | -/* SPDX-License-Identifier: GPL-2.0 */ |
|---|
| 1 | +/* SPDX-License-Identifier: MIT */ |
|---|
| 2 | 2 | #ifndef __NVKM_DEVICE_PRIV_H__ |
|---|
| 3 | 3 | #define __NVKM_DEVICE_PRIV_H__ |
|---|
| 4 | 4 | #include <core/device.h> |
|---|
| 5 | 5 | |
|---|
| 6 | +#include <subdev/acr.h> |
|---|
| 6 | 7 | #include <subdev/bar.h> |
|---|
| 7 | 8 | #include <subdev/bios.h> |
|---|
| 8 | 9 | #include <subdev/bus.h> |
|---|
| .. | .. |
|---|
| 12 | 13 | #include <subdev/fb.h> |
|---|
| 13 | 14 | #include <subdev/fuse.h> |
|---|
| 14 | 15 | #include <subdev/gpio.h> |
|---|
| 16 | +#include <subdev/gsp.h> |
|---|
| 15 | 17 | #include <subdev/i2c.h> |
|---|
| 16 | 18 | #include <subdev/ibus.h> |
|---|
| 17 | 19 | #include <subdev/iccsense.h> |
|---|
| .. | .. |
|---|
| 26 | 28 | #include <subdev/timer.h> |
|---|
| 27 | 29 | #include <subdev/top.h> |
|---|
| 28 | 30 | #include <subdev/volt.h> |
|---|
| 29 | | -#include <subdev/secboot.h> |
|---|
| 30 | 31 | |
|---|
| 31 | 32 | #include <engine/bsp.h> |
|---|
| 32 | 33 | #include <engine/ce.h> |
|---|