blob: e513adfd3683bc2255c4411c6b88062d0028155f [file] [log] [blame]
// Copyright 2018 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_LIB_DDK_INCLUDE_DDK_PHYSITER_H_
#define SRC_LIB_DDK_INCLUDE_DDK_PHYSITER_H_
// Redirect ddk/physiter.h to ddk/phys-iter.h.
// We need to do this because banjo can't handle dashes in file names.
#include <ddk/phys-iter.h>
#endif // SRC_LIB_DDK_INCLUDE_DDK_PHYSITER_H_