mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 12:30:20 +03:00
Renamed describe to describe_device for consistency
This commit is contained in:
@@ -179,7 +179,7 @@ struct type_dev;
|
||||
struct type_driver {
|
||||
char *name;
|
||||
struct type_dev *type_dev; /* single instance */
|
||||
char * ( * describe ) ( struct type_dev *type_dev );
|
||||
char * ( * describe_device ) ( struct type_dev *type_dev );
|
||||
};
|
||||
|
||||
#define __type_driver __attribute__ (( used, __section__ ( ".drivers.type" ) ))
|
||||
|
||||
Reference in New Issue
Block a user