1 /* 2 * netifd - network interface daemon 3 * Copyright (C) 2025 Felix Fietkau <nbd@nbd.name> 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License version 2 7 * as published by the Free Software Foundation 8 * 9 * This program is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * GNU General Public License for more details. 13 */ 14 15 #ifndef __NETIFD_UCODE_H 16 #define __NETIFD_UCODE_H 17 18 #include <stdbool.h> 19 20 void netifd_ucode_config_load(bool start); 21 void netifd_ucode_check_network_enabled(void); 22 void netifd_ucode_hotplug_event(const char *name, bool add); 23 void netifd_ucode_init(void); 24 void netifd_ucode_free(void); 25 26 #endif 27
This page was automatically generated by LXR 0.3.1. • OpenWrt