]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/net.h
dts: am57xx-beagle-x15: disable UHS and HS200 support
[people/ms/u-boot.git] / include / net.h
index a6f908265316d1e009491d8ca8516aa415e8b4cf..455b48f6c720d3694888e3802a0bb52fe7c6ea17 100644 (file)
@@ -834,7 +834,7 @@ void vlan_to_string(ushort x, char *s);
 ushort string_to_vlan(const char *s);
 
 /* read a VLAN id from an environment variable */
-ushort getenv_vlan(char *);
+ushort env_get_vlan(char *);
 
 /* copy a filename (allow for "..." notation, limit length) */
 void copy_filename(char *dst, const char *src, int size);