blob: e4e913bf4aaa11502c78403dc4084eb2718c0615 [file] [log] [blame]
// Copyright 2021 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SRC_FIRMWARE_GIGABOOT_SRC_COMPILER_H_
#define SRC_FIRMWARE_GIGABOOT_SRC_COMPILER_H_
#define FALLTHROUGH __attribute__((fallthrough))
#endif // SRC_FIRMWARE_GIGABOOT_SRC_COMPILER_H_