libparted 3.6
Loading...
Searching...
No Matches
architecture.h
Go to the documentation of this file.
1 /*
2 libparted - a library for manipulating disk partitions
3 Copyright (C) 2007, 2009-2014, 2019-2023, 2026 Free Software Foundation,
4 Inc.
5
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 3 of the License, or
9 (at your option) any later version.
10
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with this program. If not, see <http://www.gnu.org/licenses/>.
18*/
19
20/*
21 * WARNING: This shouldn't be exported to the API
22 */
23
24#ifndef _LIBPARTED_ARCH_H_INCLUDED
25#define _LIBPARTED_ARCH_H_INCLUDED
26
27#include <parted/disk.h>
28
34
36
37extern void ped_set_architecture ();
38
39#endif /* _LIBPARTED_ARCH_H_INCLUDED */
const PedArchitecture * ped_architecture
Definition architecture.c:23
struct _PedArchitecture PedArchitecture
Definition architecture.h:33
void ped_set_architecture()
Definition architecture.c:26
struct _PedDeviceArchOps PedDeviceArchOps
Definition device.h:59
const struct _PedDiskArchOps PedDiskArchOps
Definition disk.h:123
Definition architecture.h:29
PedDiskArchOps * disk_ops
Definition architecture.h:30
PedDeviceArchOps * dev_ops
Definition architecture.h:31