Skip to content
Open
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
2 changes: 1 addition & 1 deletion common/bit_slice.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
#define INSERTF64(src1, start1, src2, start2, len) MERGE64((src1), EXTRACT64((src2), (start2), (len)), (start1), (len))
#define EXT64(src, end, start) EXTRACT64(src, start, end - start + 1)

#ifndef __cplusplus
#if !defined(__cplusplus) && (__STDC_VERSION__ < 202311L)
enum cpp_bool
{
false = 0,
Expand Down
4 changes: 2 additions & 2 deletions small_utils/mstfwreset.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class SyncOwner():

PSID_PCIE_SWITCH_CX7 = [
"ABC0000000002", "CW_0000000007", "EZO0000000001", "FB_0000000049",
"GGL0000000001", "LNV0000000064", "MSF0000000047", "MT_0000000747",
"LNV0000000064", "MSF0000000047", "MT_0000000747", "WLF14TZ100601",
"MT_0000000764", "MT_0000000891", "MT_0000000920", "MT_0000000921",
"MT_0000000922", "MT_0000000929", "MT_0000000930", "MT_0000000937",
"MT_0000001016", "MT_0000001019", "MT_0000001238", "MT_0000001250",
Expand All @@ -214,7 +214,7 @@ class SyncOwner():
"OMN0000000001", "OMN0000000003", "ORC0000000009", "ORC0000000014",
"WLF144L100201", "WLF144L100701", "WLF144L100801", "WLF144LF000000",
"WLF144LF001005", "WLF144LFZ10000", "WLF14TZ100101", "WLF14TZ100201",
"WLF14TZ100301", "WLF14TZ100601"
"WLF14TZ100301"
]

PSID_PCIE_SWITCH_CX8 = [
Expand Down
2 changes: 1 addition & 1 deletion small_utils/mtserver.c
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ void usage(const char* s)
}

/* ////////////////////////////////////////////////////////////////////// */
void mySignal()
void mySignal(int)
{
exit(0);
}
Expand Down