| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
|---|
| 1 | 2 | /* |
|---|
| 2 | | - * linux/fs/partitions/acorn.c |
|---|
| 3 | | - * |
|---|
| 4 | 3 | * Copyright (c) 1996-2000 Russell King. |
|---|
| 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 version 2 as |
|---|
| 8 | | - * published by the Free Software Foundation. |
|---|
| 9 | 4 | * |
|---|
| 10 | 5 | * Scan ADFS partitions on hard disk drives. Unfortunately, there |
|---|
| 11 | 6 | * isn't a standard for partitioning drives on Acorn machines, so |
|---|
| .. | .. |
|---|
| 16 | 11 | #include <linux/adfs_fs.h> |
|---|
| 17 | 12 | |
|---|
| 18 | 13 | #include "check.h" |
|---|
| 19 | | -#include "acorn.h" |
|---|
| 20 | 14 | |
|---|
| 21 | 15 | /* |
|---|
| 22 | 16 | * Partition types. (Oh for reusability) |
|---|