aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/pvr/pdump/linuxsrv.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/pvr/pdump/linuxsrv.h')
-rw-r--r--drivers/gpu/pvr/pdump/linuxsrv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/pvr/pdump/linuxsrv.h b/drivers/gpu/pvr/pdump/linuxsrv.h
index 671622fa8b4..4888cd04214 100644
--- a/drivers/gpu/pvr/pdump/linuxsrv.h
+++ b/drivers/gpu/pvr/pdump/linuxsrv.h
@@ -1,6 +1,6 @@
1/********************************************************************** 1/**********************************************************************
2 * 2 *
3 * Copyright(c) 2008 Imagination Technologies Ltd. All rights reserved. 3 * Copyright (C) Imagination Technologies Ltd. All rights reserved.
4 * 4 *
5 * This program is free software; you can redistribute it and/or modify it 5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms and conditions of the GNU General Public License, 6 * under the terms and conditions of the GNU General Public License,
@@ -31,7 +31,7 @@ typedef struct tagIOCTL_PACKAGE
31{ 31{
32 IMG_UINT32 ui32Cmd; 32 IMG_UINT32 ui32Cmd;
33 IMG_UINT32 ui32Size; 33 IMG_UINT32 ui32Size;
34 IMG_VOID *pInBuffer; 34 IMG_VOID *pInBuffer;
35 IMG_UINT32 ui32InBufferSize; 35 IMG_UINT32 ui32InBufferSize;
36 IMG_VOID *pOutBuffer; 36 IMG_VOID *pOutBuffer;
37 IMG_UINT32 ui32OutBufferSize; 37 IMG_UINT32 ui32OutBufferSize;