mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ses: Guard the elm_type_names declaration by _KERNEL
MFC after: 2 weeks Sponsored by: Axcient
This commit is contained in:
parent
1fb52e4373
commit
cc2d08d388
1 changed files with 2 additions and 0 deletions
|
|
@ -154,7 +154,9 @@ typedef enum {
|
|||
"SAS Connector" \
|
||||
}
|
||||
|
||||
#ifdef _KERNEL
|
||||
extern const char *elm_type_names[];
|
||||
#endif
|
||||
|
||||
typedef struct encioc_element {
|
||||
/* Element Index */
|
||||
|
|
|
|||
Loading…
Reference in a new issue