| ... | ... | @@ -386,23 +386,6 @@ pub const Subsystem = enum { |
| 386 | 386 | efi_boot_service_driver, |
| 387 | 387 | efi_rom, |
| 388 | 388 | efi_runtime_driver, |
| 389 | | |
| 390 | | /// Deprecated; use '.console' instead. To be removed after 0.16.0 is tagged. |
| 391 | | pub const Console: Subsystem = .console; |
| 392 | | /// Deprecated; use '.windows' instead. To be removed after 0.16.0 is tagged. |
| 393 | | pub const Windows: Subsystem = .windows; |
| 394 | | /// Deprecated; use '.posix' instead. To be removed after 0.16.0 is tagged. |
| 395 | | pub const Posix: Subsystem = .posix; |
| 396 | | /// Deprecated; use '.native' instead. To be removed after 0.16.0 is tagged. |
| 397 | | pub const Native: Subsystem = .native; |
| 398 | | /// Deprecated; use '.efi_application' instead. To be removed after 0.16.0 is tagged. |
| 399 | | pub const EfiApplication: Subsystem = .efi_application; |
| 400 | | /// Deprecated; use '.efi_boot_service_driver' instead. To be removed after 0.16.0 is tagged. |
| 401 | | pub const EfiBootServiceDriver: Subsystem = .efi_boot_service_driver; |
| 402 | | /// Deprecated; use '.efi_rom' instead. To be removed after 0.16.0 is tagged. |
| 403 | | pub const EfiRom: Subsystem = .efi_rom; |
| 404 | | /// Deprecated; use '.efi_runtime_driver' instead. To be removed after 0.16.0 is tagged. |
| 405 | | pub const EfiRuntimeDriver: Subsystem = .efi_runtime_driver; |
| 406 | 389 | }; |
| 407 | 390 | |
| 408 | 391 | pub const CompressDebugSections = enum(u2) { none, zlib, zstd }; |