Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions erpc_c/port/erpc_endianness_agnostic_example.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* SPDX-License-Identifier: BSD-3-Clause
*/

/*
* This is example file for endianness agnostic communication based on byteswap.h.
* Other approach can be done with htons(), htonl(), ntohs(), ntohl() and such.
Expand Down
3 changes: 3 additions & 0 deletions erpc_c/port/erpc_endianness_undefined.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/*
* SPDX-License-Identifier: BSD-3-Clause
*/

#ifndef _ERPC_ENDIANNESS_UNDEFINED_H_
#define _ERPC_ENDIANNESS_UNDEFINED_H_
Expand Down