mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Fully decode PCI unit name attribute.
Signed-off-by: Laurent Vivier <Laurent@vivier.eu> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@603 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
#define atol(nptr) strtol(nptr, NULL, 10 )
|
||||
|
||||
extern long strtol( const char *nptr, char **endptr, int base );
|
||||
extern long long int strtoll( const char *nptr, char **endptr, int base );
|
||||
|
||||
|
||||
extern int strnicmp(const char *s1, const char *s2, size_t len);
|
||||
extern char *strcpy(char * dest,const char *src);
|
||||
|
||||
Reference in New Issue
Block a user