Skip to content

Commit

Permalink
Update declaration for Windows.Devices.Spi (#972)
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes authored Nov 9, 2018
1 parent d58fd3f commit 3a896b1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ static const CLR_RT_MethodHandler method_lookup[] =
NULL,
NULL,
NULL,
NULL,
Library_win_dev_spi_native_Windows_Devices_Spi_SpiBusInfo::get_MaxClockFrequency___I4,
Library_win_dev_spi_native_Windows_Devices_Spi_SpiBusInfo::get_MinClockFrequency___I4,
NULL,
Expand All @@ -39,6 +40,8 @@ static const CLR_RT_MethodHandler method_lookup[] =
NULL,
NULL,
NULL,
NULL,
NULL,
Library_win_dev_spi_native_Windows_Devices_Spi_SpiDevice::NativeTransfer___VOID__SZARRAY_U1__SZARRAY_U1__BOOLEAN,
Library_win_dev_spi_native_Windows_Devices_Spi_SpiDevice::NativeTransfer___VOID__SZARRAY_U2__SZARRAY_U2__BOOLEAN,
Library_win_dev_spi_native_Windows_Devices_Spi_SpiDevice::NativeInit___VOID,
Expand All @@ -64,7 +67,7 @@ static const CLR_RT_MethodHandler method_lookup[] =
const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_Windows_Devices_Spi =
{
"Windows.Devices.Spi",
0x56D25B85,
0x83B879F7,
method_lookup,
{ 1, 0, 2, 4 }
{ 1, 0, 2, 8 }
};
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ static const CLR_RT_MethodHandler method_lookup[] =
NULL,
NULL,
NULL,
NULL,
Library_win_dev_spi_native_Windows_Devices_Spi_SpiBusInfo::get_MaxClockFrequency___I4,
Library_win_dev_spi_native_Windows_Devices_Spi_SpiBusInfo::get_MinClockFrequency___I4,
NULL,
Expand All @@ -39,6 +40,8 @@ static const CLR_RT_MethodHandler method_lookup[] =
NULL,
NULL,
NULL,
NULL,
NULL,
Library_win_dev_spi_native_Windows_Devices_Spi_SpiDevice::NativeTransfer___VOID__SZARRAY_U1__SZARRAY_U1__BOOLEAN,
Library_win_dev_spi_native_Windows_Devices_Spi_SpiDevice::NativeTransfer___VOID__SZARRAY_U2__SZARRAY_U2__BOOLEAN,
Library_win_dev_spi_native_Windows_Devices_Spi_SpiDevice::NativeInit___VOID,
Expand All @@ -64,7 +67,7 @@ static const CLR_RT_MethodHandler method_lookup[] =
const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_Windows_Devices_Spi =
{
"Windows.Devices.Spi",
0x56D25B85,
0x83B879F7,
method_lookup,
{ 1, 0, 2, 4 }
{ 1, 0, 2, 8 }
};
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ static const CLR_RT_MethodHandler method_lookup[] =
NULL,
NULL,
NULL,
NULL,
Library_win_dev_spi_native_Windows_Devices_Spi_SpiBusInfo::get_MaxClockFrequency___I4,
Library_win_dev_spi_native_Windows_Devices_Spi_SpiBusInfo::get_MinClockFrequency___I4,
NULL,
Expand All @@ -40,6 +41,8 @@ static const CLR_RT_MethodHandler method_lookup[] =
NULL,
NULL,
NULL,
NULL,
NULL,
Library_win_dev_spi_native_Windows_Devices_Spi_SpiDevice::NativeTransfer___VOID__SZARRAY_U1__SZARRAY_U1__BOOLEAN,
Library_win_dev_spi_native_Windows_Devices_Spi_SpiDevice::NativeTransfer___VOID__SZARRAY_U2__SZARRAY_U2__BOOLEAN,
Library_win_dev_spi_native_Windows_Devices_Spi_SpiDevice::NativeInit___VOID,
Expand All @@ -65,7 +68,7 @@ static const CLR_RT_MethodHandler method_lookup[] =
const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_Windows_Devices_Spi =
{
"Windows.Devices.Spi",
0x3A9E993E,
0x83B879F7,
method_lookup,
{ 1, 0, 2, 4 }
{ 1, 0, 2, 8 }
};

0 comments on commit 3a896b1

Please sign in to comment.