mirror of
https://github.com/azure-rtos/guix.git
synced 2025-02-04 07:13:17 +08:00
9 lines
162 B
C
9 lines
162 B
C
|
|
#include "gx_api.h"
|
|
|
|
|
|
VOID ToggleScreen(GX_WIDGET *new_win, GX_WIDGET *old_win);
|
|
VOID GetPatientName(GX_STRING *string);
|
|
VOID GetPatientDOB(GX_STRING* string);
|
|
|