X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fdevices.h;h=2d9e282e38f16248bc8d3e465e0b3e651eece30d;hb=cfa4c9d8996d5949f615553c220a06c9fe6395cc;hp=09c2c5f511fa093067b4a9f101e7a1704fc1f154;hpb=281e00a3be453a169d854f824a460359d10f92bb;p=oweals%2Fu-boot.git diff --git a/include/devices.h b/include/devices.h index 09c2c5f511..2d9e282e38 100644 --- a/include/devices.h +++ b/include/devices.h @@ -108,5 +108,8 @@ int drv_keyboard_init (void); #ifdef CONFIG_USB_TTY int drv_usbtty_init (void); #endif +#ifdef CONFIG_NETCONSOLE +int drv_nc_init (void); +#endif #endif /* _DEVICES_H_ */