diff options
| author | Mateusz Guzik <mjg@FreeBSD.org> | 2020-09-01 22:10:24 +0000 |
|---|---|---|
| committer | Mateusz Guzik <mjg@FreeBSD.org> | 2020-09-01 22:10:24 +0000 |
| commit | 9c0df1da919df505ee9f2f973b060c077f827d19 (patch) | |
| tree | 720e09a8203865536dc643052940edf6275bc118 /sys/dev/cfe | |
| parent | 594dd1ded357ce652172e1c6b6a67d1bfe1467e3 (diff) | |
Notes
Diffstat (limited to 'sys/dev/cfe')
| -rw-r--r-- | sys/dev/cfe/cfe_api.h | 2 | ||||
| -rw-r--r-- | sys/dev/cfe/cfe_error.h | 1 | ||||
| -rw-r--r-- | sys/dev/cfe/cfe_ioctl.h | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/cfe/cfe_api.h b/sys/dev/cfe/cfe_api.h index 6dd851d19aa0..164e2e4da332 100644 --- a/sys/dev/cfe/cfe_api.h +++ b/sys/dev/cfe/cfe_api.h @@ -71,7 +71,6 @@ #define cfe_strlen(x) strlen(x) /* End customization. */ - /* ********************************************************************* * Constants ********************************************************************* */ @@ -124,7 +123,6 @@ typedef struct { int64_t fwi_bootarea_size; /* size of boot area */ } cfe_fwinfo_t; - /* * cfe_strlen is handled specially: If already defined, it has been * overridden in this environment with a standard strlen-like function. diff --git a/sys/dev/cfe/cfe_error.h b/sys/dev/cfe/cfe_error.h index d0cb413acd36..27abd75a39f7 100644 --- a/sys/dev/cfe/cfe_error.h +++ b/sys/dev/cfe/cfe_error.h @@ -48,7 +48,6 @@ * ********************************************************************* */ - #define CFE_OK 0 #define CFE_ERR -1 /* generic error */ #define CFE_ERR_INV_COMMAND -2 diff --git a/sys/dev/cfe/cfe_ioctl.h b/sys/dev/cfe/cfe_ioctl.h index 632c3ac71baa..7d59d62ce39e 100644 --- a/sys/dev/cfe/cfe_ioctl.h +++ b/sys/dev/cfe/cfe_ioctl.h @@ -46,7 +46,6 @@ * ********************************************************************* */ - /* ********************************************************************* * NVFAM and FLASH stuff ********************************************************************* */ |
