RTEMS  5.1
Functions
msdos_mknod.c File Reference

Routine for Node Creation in MSDOS Filesystem. More...

#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
#include <stdlib.h>
#include <rtems.h>
#include <rtems/libio_.h>
#include "fat.h"
#include "fat_fat_operations.h"
#include "fat_file.h"
#include "msdos.h"

Functions

int msdos_mknod (const rtems_filesystem_location_info_t *parentloc, const char *name, size_t namelen, mode_t mode, dev_t dev)
 Routine for node creation in a MSDOS filesystem. More...
 

Detailed Description

Routine for Node Creation in MSDOS Filesystem.