Changeset 81dd2ed in mainline for uspace/lib/ext4/include/ext4/ops.h


Ignore:
Timestamp:
2017-05-10T19:47:31Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
71fe4723
Parents:
fcb0d76
Message:

The division of ext4 into fs and lib is arbitrary, preventing improvement.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/include/ext4/ops.h

    rfcb0d76 r81dd2ed  
    2727 */
    2828
    29 /** @addtogroup fs
     29/** @addtogroup libext4
    3030 * @{
    3131 */
    3232
    33 #ifndef EXT4FS_EXT4FS_H_
    34 #define EXT4FS_EXT4FS_H_
     33#ifndef LIBEXT4_OPS_H_
     34#define LIBEXT4_OPS_H_
    3535
    3636#include <libfs.h>
Note: See TracChangeset for help on using the changeset viewer.