forked from KolibriOS/kolibrios
ddk: 3.17-rc1
git-svn-id: svn://kolibrios.org@5056 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -262,6 +262,18 @@ union hdmi_vendor_any_infoframe {
|
||||
struct hdmi_vendor_infoframe hdmi;
|
||||
};
|
||||
|
||||
/**
|
||||
* union hdmi_infoframe - overall union of all abstract infoframe representations
|
||||
* @any: generic infoframe
|
||||
* @avi: avi infoframe
|
||||
* @spd: spd infoframe
|
||||
* @vendor: union of all vendor infoframes
|
||||
* @audio: audio infoframe
|
||||
*
|
||||
* This is used by the generic pack function. This works since all infoframes
|
||||
* have the same header which also indicates which type of infoframe should be
|
||||
* packed.
|
||||
*/
|
||||
union hdmi_infoframe {
|
||||
struct hdmi_any_infoframe any;
|
||||
struct hdmi_avi_infoframe avi;
|
||||
|
Reference in New Issue
Block a user