mirror of
https://github.com/pvvx/ESP8266.git
synced 2025-07-25 21:01:02 +03:00
first commit
This commit is contained in:
14
Espressif_ESP8089_SDIO_WiFi/esp8089/esp_os.h
Normal file
14
Espressif_ESP8089_SDIO_WiFi/esp8089/esp_os.h
Normal file
@ -0,0 +1,14 @@
|
||||
/*
|
||||
* 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_*/
|
Reference in New Issue
Block a user