Changeset 77a194c in mainline for uspace/srv/volsrv/empty.h


Ignore:
Timestamp:
2015-11-04T18:55:46Z (8 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/srv/volsrv/empty.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 volsrv
    3030 * @{
    3131 */
    32 /** @file
     32/**
     33 * @file
     34 * @brief
    3335 */
    3436
    35 #ifndef __FUNC_GPT_H__
    36 #define __FUNC_GPT_H__
     37#ifndef EMPTY_H_
     38#define EMPTY_H_
    3739
    3840#include <loc.h>
    39 #include <tinput.h>
    40 #include <libgpt.h>
    41 #include "common.h"
    4241
    43 extern int construct_gpt_label(label_t *);
    44 extern int add_gpt_part(label_t *, tinput_t *);
    45 extern int delete_gpt_part(label_t *, tinput_t *);
    46 extern int destroy_gpt_label(label_t *);
    47 extern int new_gpt_label(label_t *);
    48 extern int print_gpt_parts(label_t *);
    49 extern int read_gpt_parts(label_t *);
    50 extern int write_gpt_parts(label_t *);
    51 extern int extra_gpt_funcs(label_t *, tinput_t *);
     42extern int volsrv_part_is_empty(service_id_t, bool *);
     43extern int volsrv_part_empty(service_id_t);
    5244
    5345#endif
     46
     47/** @}
     48 */
Note: See TracChangeset for help on using the changeset viewer.