view recpt1/mkpath.h @ 120:3914cc1b2375

- adapted to 3.x kernels - replaced lock/unlock_kernel with mutex - enlarged read size - changed the order in clean up so that the module no longer hangs on being removed - changed channel step of bs17 as the upstream - adopted some useful patches
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Fri, 06 Jan 2012 17:32:36 +0900
parents f1553492e8bb
children
line wrap: on
line source

#ifndef _MKPATH_H_
#define _MKPATH_H_

int mkpath(const char *path, mode_t mode);

#endif