// Copyright (c) Microsoft Open Technologies, Inc.  All rights reserved.  
// Licensed under the BSD 2-Clause License.  
// See License.txt in the project root for license information.

#ifndef INTERRUPT_H
#define INTERRUPT_H

/*
 * The avr/interrupt.h file providies a placeholder
 * necessary for compiling AVR. This file will be filled
 * with analogous functionality from Windows.
 */

#endif
