summaryrefslogtreecommitdiffstats
path: root/UnixPkg/Sec/Gasket.h
diff options
context:
space:
mode:
Diffstat (limited to 'UnixPkg/Sec/Gasket.h')
-rw-r--r--UnixPkg/Sec/Gasket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/UnixPkg/Sec/Gasket.h b/UnixPkg/Sec/Gasket.h
index fcf072fd52..16862c95bd 100644
--- a/UnixPkg/Sec/Gasket.h
+++ b/UnixPkg/Sec/Gasket.h
@@ -63,8 +63,8 @@ void Gasketperror (__const char *__s);
//
// ... is always an int or pointer to device specific data structure
//
-int Gasketioctl (int fd, unsigned long int __request, ...);
-int Gasketfcntl (int __fd, int __cmd, ...);
+int Gasketioctl (int fd, unsigned long int __request, void *Arg);
+int Gasketfcntl (int __fd, int __cmd, void *Arg);
int Gasketcfsetispeed (struct termios *__termios_p, speed_t __speed);
int Gasketcfsetospeed (struct termios *__termios_p, speed_t __speed);