10961097
51
 * license above.
51
 * license above.
52
 */
52
 */
53
 
53
 
54
/* This file contains the implementation
54
/**
55
 * required for blocking I/O. It is separated from pa_mac_core.c simply to ease
55
 @file
56
 * development. */
56
 @ingroup hostaip_src
57
 
57
 
 
 
58
 This file contains the implementation
 
 
59
 required for blocking I/O. It is separated from pa_mac_core.c simply to ease
 
 
60
 development.
 
 
61
*/
 
 
62
 
58
#include "pa_mac_core_blocking.h"
63
#include "pa_mac_core_blocking.h"
59
#include "pa_mac_core_internal.h"
64
#include "pa_mac_core_internal.h"
60
#include <assert.h>
65
#include <assert.h>