/*
 *  Copyright (c) 2012 Espressif System
 */

#ifndef _ESP_OS_H_
#define _ESP_OS_H_

#ifndef __packed
#define __packed __attribute__ ((packed))
#endif /* __packed */

#include "net/mac80211.h"

#endif /*__ESP_OS_H_*/