Subversion Repositories shark

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed


#include <fs/types.h>
#include "fs.h"

int k_umount(__dev_t device)
{
  call_to_fs();
  return_from_fs(umount_device(device));
}