/
githubmirror
/
ipxe
Обзор
Документация
Войти
/
githubmirror
/
ipxe
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v0.9.4
src/include/dhcp.h
12 строк
186 B
Michael Brown
Created a bus/device API that allows for the ROM prefix to specify an
21 апр 2005, 22:18
21 апр 2005, 22:18
98ff293
Код
Авторство
О чём код?
#ifndef DHCP_H #define DHCP_H #include "stdint.h" struct dhcp_dev_id { uint8_t bus_type; uint16_t vendor_id; uint16_t device_id; } __attribute__ (( packed )); #endif /* DHCP_H */