2023-12-25 21:53:30 +03:00

15 lines
219 B
C

/*
* 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_*/