#ifndef FISH_HANDLER_MNEMONICS_HPP_ #define FISH_HANDLER_MNEMONICS_HPP_ #include enum fish_handler_mnemonics : uint16_t { FISH_MNEMONIC_UNKNOWN = 0x8000, FISH_MNEMONIC_ALIGN, }; #endif