|
@@ -1,9 +1,11 @@
|
|
#ifndef __NVKM_SW_CHAN_H__
|
|
#ifndef __NVKM_SW_CHAN_H__
|
|
#define __NVKM_SW_CHAN_H__
|
|
#define __NVKM_SW_CHAN_H__
|
|
#define nvkm_sw_chan(p) container_of((p), struct nvkm_sw_chan, object)
|
|
#define nvkm_sw_chan(p) container_of((p), struct nvkm_sw_chan, object)
|
|
-#include "priv.h"
|
|
|
|
|
|
+#include <core/object.h>
|
|
#include <core/event.h>
|
|
#include <core/event.h>
|
|
|
|
|
|
|
|
+#include "priv.h"
|
|
|
|
+
|
|
struct nvkm_sw_chan {
|
|
struct nvkm_sw_chan {
|
|
const struct nvkm_sw_chan_func *func;
|
|
const struct nvkm_sw_chan_func *func;
|
|
struct nvkm_object object;
|
|
struct nvkm_object object;
|