Subversion Repositories HelenOS

Rev

Rev 2479 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2479 Rev 3254
Line 41... Line 41...
41
/* Basic constants. */
41
/* Basic constants. */
42
 
42
 
43
#ifndef RD_RD_H_
43
#ifndef RD_RD_H_
44
#define RD_RD_H_
44
#define RD_RD_H_
45
 
45
 
46
#define BLOCK_SIZE  1024    /**< Working block size */
-
 
47
 
-
 
48
#define RD_BASE     1024
46
#define RD_BASE     1024
49
#define RD_READ_BLOCK   (RD_BASE + 1)   /**< Method for reading block. */
47
#define RD_READ_BLOCK   (RD_BASE + 1)   /**< Method for reading block. */
50
#define RD_WRITE_BLOCK  (RD_BASE + 2)   /**< Method for writing block. */
48
#define RD_WRITE_BLOCK  (RD_BASE + 2)   /**< Method for writing block. */
51
 
49
 
52
#endif
50
#endif