Changeset 271e24a in mainline for uspace/app/hdisk/func_gpt.h


Ignore:
Timestamp:
2013-03-24T00:12:25Z (11 years ago)
Author:
Dominik Taborsky (AT DOT) <brembyseznamcz>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
30440ed
Parents:
ec50ac4a
Message:

hdisk - testing libmbr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/hdisk/func_gpt.h

    rec50ac4a r271e24a  
    3434
    3535#ifndef __FUNC_GPT_H__
    36 #def    __FUNC_GPT_H__
     36#define __FUNC_GPT_H__
    3737
    38 int add_gpt_part(tinput_t * in, gpt_parts_t * parts);
    39 int delete_gpt_part(tinput_t * in, gpt_parts_t * parts);
    40 extern void print_gpt_partitions(gpt_parts_t * parts);
    41 extern void write_gpt_parts(gpt_parts_t * parts, gpt_t * mbr, service_id_t dev_handle);
     38#include <loc.h>
     39#include <tinput.h>
     40#include <libgpt.h>
     41
     42#include "common.h"
     43
     44extern int add_gpt_part(tinput_t * in, union table_data * data);
     45extern int delete_gpt_part(tinput_t * in, union table_data * data);
     46extern int print_gpt_parts(union table_data * data);
     47extern int write_gpt_parts(service_id_t dev_handle, union table_data * data);
    4248
    4349#endif
Note: See TracChangeset for help on using the changeset viewer.