//===-- AVRConfig.h - AVR Backend Configuration Header ----------*- C++ -*-===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//

#ifndef LLVM_AVR_CONFIG_H
#define LLVM_AVR_CONFIG_H

#define LLVM_AVR_GCC_COMPAT

#endif // LLVM_AVR_CONFIG_H