Changeset View
Changeset View
Standalone View
Standalone View
sys/dev/enic/enic.h
| /* SPDX-License-Identifier: BSD-3-Clause | /* SPDX-License-Identifier: BSD-3-Clause | ||||
| * Copyright 2008-2017 Cisco Systems, Inc. All rights reserved. | * Copyright 2008-2017 Cisco Systems, Inc. All rights reserved. | ||||
| * Copyright 2007 Nuova Systems, Inc. All rights reserved. | * Copyright 2007 Nuova Systems, Inc. All rights reserved. | ||||
| */ | */ | ||||
| #include <sys/cdefs.h> | |||||
| __FBSDID("$FreeBSD: $"); | |||||
| #ifndef _ENIC_H | #ifndef _ENIC_H | ||||
| #define _ENIC_H | #define _ENIC_H | ||||
| #include <sys/param.h> | #include <sys/param.h> | ||||
| #include <sys/socket.h> | #include <sys/socket.h> | ||||
| #include <sys/sysctl.h> | #include <sys/sysctl.h> | ||||
| #include <sys/taskqueue.h> | #include <sys/taskqueue.h> | ||||
| ▲ Show 20 Lines • Show All 390 Lines • Show Last 20 Lines | |||||