diff options
| author | Michael Brown | 2024-09-03 15:56:07 +0200 |
|---|---|---|
| committer | Michael Brown | 2024-09-03 18:32:26 +0200 |
| commit | 804f35cb5a6ac7d35912822372b74fd8856f850b (patch) | |
| tree | 7d60deef3d4bcc5ede5f84a566e80f700537bdd8 /src/arch/arm32/include/bits | |
| parent | [aqc1xx] Add support for Marvell AQtion Ethernet controller (diff) | |
| download | ipxe-804f35cb5a6ac7d35912822372b74fd8856f850b.tar.gz ipxe-804f35cb5a6ac7d35912822372b74fd8856f850b.tar.xz ipxe-804f35cb5a6ac7d35912822372b74fd8856f850b.zip | |
[build] Centralise dummy architecture-specific headers
Simplify the process of adding a new CPU architecture by providing
common implementations of typically empty architecture-specific header
files.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/arm32/include/bits')
| -rw-r--r-- | src/arch/arm32/include/bits/tcpip.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/arch/arm32/include/bits/tcpip.h b/src/arch/arm32/include/bits/tcpip.h deleted file mode 100644 index fc3c5b3ff..000000000 --- a/src/arch/arm32/include/bits/tcpip.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef _BITS_TCPIP_H -#define _BITS_TCPIP_H - -/** @file - * - * Transport-network layer interface - * - */ - -FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); - -static inline __attribute__ (( always_inline )) uint16_t -tcpip_continue_chksum ( uint16_t partial, const void *data, size_t len ) { - - /* Not yet optimised */ - return generic_tcpip_continue_chksum ( partial, data, len ); -} - -#endif /* _BITS_TCPIP_H */ |
