Changeset 77a194c in mainline for uspace/srv/volsrv/empty.h
- Timestamp:
- 2015-11-04T18:55:46Z (10 years ago)
- 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. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/volsrv/empty.h
r5265eea4 r77a194c 1 1 /* 2 * Copyright (c) 201 2-2013 Dominik Taborsky2 * Copyright (c) 2015 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup hdisk29 /** @addtogroup volsrv 30 30 * @{ 31 31 */ 32 /** @file 32 /** 33 * @file 34 * @brief 33 35 */ 34 36 35 #ifndef __FUNC_GPT_H__36 #define __FUNC_GPT_H__37 #ifndef EMPTY_H_ 38 #define EMPTY_H_ 37 39 38 40 #include <loc.h> 39 #include <tinput.h>40 #include <libgpt.h>41 #include "common.h"42 41 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 *); 42 extern int volsrv_part_is_empty(service_id_t, bool *); 43 extern int volsrv_part_empty(service_id_t); 52 44 53 45 #endif 46 47 /** @} 48 */
Note:
See TracChangeset
for help on using the changeset viewer.