New package, split from xorg-x11-driver-video OBS-URL: https://build.opensuse.org/request/show/114520 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-ati?expand=0&rev=1
29 lines
695 B
Diff
29 lines
695 B
Diff
---
|
|
src/AtomBios/includes/CD_Structs.h | 8 ++++----
|
|
1 file changed, 4 insertions(+), 4 deletions(-)
|
|
|
|
Index: src/AtomBios/includes/CD_Structs.h
|
|
===================================================================
|
|
--- src/AtomBios/includes/CD_Structs.h.orig
|
|
+++ src/AtomBios/includes/CD_Structs.h
|
|
@@ -419,6 +419,10 @@ typedef struct _DEVICE_DATA {
|
|
|
|
#endif
|
|
|
|
+#if (PARSER_TYPE==DRIVER_TYPE_PARSER)
|
|
+#pragma pack(pop)
|
|
+#endif
|
|
+
|
|
struct _PARSER_TEMP_DATA;
|
|
typedef UINT32 WORKSPACE_POINTER;
|
|
|
|
@@ -479,8 +483,4 @@ typedef struct _INDIRECT_IO_PARSER_COMMA
|
|
UINT8 csize;
|
|
} INDIRECT_IO_PARSER_COMMANDS;
|
|
|
|
-#if (PARSER_TYPE==DRIVER_TYPE_PARSER)
|
|
-#pragma pack(pop)
|
|
-#endif
|
|
-
|
|
#endif
|