Ignore:
Timestamp:
2009-05-19T21:48:05Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
83937ccd
Parents:
2c0e5d2
Message:

Add 'bdd' shell command (block device dump) for testing block device drivers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/modules/modules.h

    r2c0e5d2 r27fd651  
    2121#include "mkdir/entry.h"
    2222#include "rm/entry.h"
     23#include "bdd/entry.h"
    2324#include "cat/entry.h"
    2425#include "touch/entry.h"
     
    3940#include "mkdir/mkdir_def.h"
    4041#include "rm/rm_def.h"
     42#include "bdd/bdd_def.h"
    4143#include "cat/cat_def.h"
    4244#include "touch/touch_def.h"
Note: See TracChangeset for help on using the changeset viewer.