#ifndef JOS_INC_SOCKFD_H
#define JOS_INC_SOCKFD_H

int netd_socket(int domain, int type, int protocol);

#endif
