Changeset 77a194c in mainline for uspace/lib/label/src/mbr.h


Ignore:
Timestamp:
2015-11-04T18:55:46Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
44183b98
Parents:
5265eea4 (diff), bfcde8d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge new disk partitioning architecture.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/label/src/mbr.h

    r5265eea4 r77a194c  
    11/*
    2  * Copyright (c) 2012-2013 Dominik Taborsky
     2 * Copyright (c) 2015 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @addtogroup hdisk
     29/** @addtogroup liblabel
    3030 * @{
    3131 */
    32 /** @file
     32/**
     33 * @file Master Boot Record label
    3334 */
    3435
    35 #ifndef __HDISK_H__
    36 #define __HDISK_H__
     36#ifndef LIBLABEL_MBR_H_
     37#define LIBLABEL_MBR_H_
    3738
    38 #include "common.h"
     39#include <types/liblabel.h>
    3940
    40 #define init_label() \
    41         label.layout = LYT_NONE
     41extern label_ops_t mbr_label_ops;
    4242
    4343#endif
     44
     45/** @}
     46 */
Note: See TracChangeset for help on using the changeset viewer.