diff options
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 */ |
