summaryrefslogtreecommitdiff
path: root/tegra/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'tegra/private.h')
-rw-r--r--tegra/private.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/tegra/private.h b/tegra/private.h
index bb6c1a51..215dd330 100644
--- a/tegra/private.h
+++ b/tegra/private.h
@@ -34,18 +34,18 @@
#include "tegra.h"
struct drm_tegra {
- bool close;
- int fd;
+ bool close;
+ int fd;
};
struct drm_tegra_bo {
- struct drm_tegra *drm;
- uint32_t handle;
- uint32_t offset;
- uint32_t flags;
- uint32_t size;
- atomic_t ref;
- void *map;
+ struct drm_tegra *drm;
+ uint32_t handle;
+ uint32_t offset;
+ uint32_t flags;
+ uint32_t size;
+ atomic_t ref;
+ void *map;
};
#endif /* __DRM_TEGRA_PRIVATE_H__ */