diff options
| author | Michael Brown | 2005-03-08 19:53:11 +0100 |
|---|---|---|
| committer | Michael Brown | 2005-03-08 19:53:11 +0100 |
| commit | 3d6123e69ab879c72ff489afc5bf93ef0b7a94ce (patch) | |
| tree | 9f3277569153a550fa8d81ebd61bd88f266eb8da /src/arch/armnommu/include/bits/string.h | |
| download | ipxe-3d6123e69ab879c72ff489afc5bf93ef0b7a94ce.tar.gz ipxe-3d6123e69ab879c72ff489afc5bf93ef0b7a94ce.tar.xz ipxe-3d6123e69ab879c72ff489afc5bf93ef0b7a94ce.zip | |
Initial revision
Diffstat (limited to 'src/arch/armnommu/include/bits/string.h')
| -rw-r--r-- | src/arch/armnommu/include/bits/string.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/arch/armnommu/include/bits/string.h b/src/arch/armnommu/include/bits/string.h new file mode 100644 index 000000000..9cfce809e --- /dev/null +++ b/src/arch/armnommu/include/bits/string.h @@ -0,0 +1,11 @@ +/* + * Copyright (C) 2004 Tobias Lorenz + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ +#ifndef ETHERBOOT_BITS_STRING_H +#define ETHERBOOT_BITS_STRING_H + +#endif /* ETHERBOOT_BITS_STRING_H */ |
