-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Abhay Singh Gill <[email protected]>
- Loading branch information
1 parent
a72f3db
commit 7dbbd8c
Showing
5 changed files
with
38 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/** | ||
* \file comdef.h | ||
* \brief | ||
* for compatibility with diag | ||
* | ||
* \copyright | ||
* Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. | ||
* SPDX-License-Identifier: BSD-3-Clause | ||
*/ | ||
|
||
#ifndef COMDEF_H | ||
#define PACK(__Declaration__) __Declaration__ __attribute__((__packed__)) | ||
#define word uint32_t | ||
#define COMDEF_H | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/** | ||
* \file comdef.h | ||
* \brief | ||
* for compatibility with diag | ||
* | ||
* \copyright | ||
* Copyright (c) Qualcomm Innovation Center, Inc. All Rights Reserved. | ||
* SPDX-License-Identifier: BSD-3-Clause | ||
*/ | ||
|
||
#ifndef COMDEF_H | ||
#define PACK(__Declaration__) __Declaration__ __attribute__((__packed__)) | ||
#define word uint32_t | ||
#define COMDEF_H | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters