#include "xosd.h"
#include "xparameters.h"
Go to the source code of this file.
MODIFICATION HISTORY:
Ver Who Date Changes ----- ---- -------- ------------------------------------------------------- 1.00a xd 08/18/08 First release
Definition in file xosd_sinit.c.
XOSD_Config* XOSD_LookupConfig | ( | u16 | DeviceId | ) |
XOSD_LookupConfig returns a reference to an XOSD_Config structure based on the unique device id, DeviceId.
The return value will refer to an entry in the device configuration table defined in the xosd_g.c file.
DeviceId | is the unique device ID of the device for the lookup operation. |
Definition at line 100 of file xosd_sinit.c.