// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.

#pragma once

#define ET_FORALL_CADENCE_QUANTIZED_TYPES(_) \
  _(uint8_t, Byte)                           \
  _(int8_t, Char)
