/*
 *
 *  Copyright (C) 2025  Yurii Yakubin (yurii.yakubin@gmail.com)
 *
 */

#ifndef _SYS_POLL_H
#define _SYS_POLL_H

#ifdef __cplusplus
extern "C" {
#endif

/* Not Implemented */

#ifdef __cplusplus
}
#endif

#endif /* _SYS_POLL_H */
