mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-18 08:11:21 +00:00
Make struct tegra_pmc not packed
This commit is contained in:
parent
64cdd2e63f
commit
c820375a86
@ -29,7 +29,7 @@
|
|||||||
/**
|
/**
|
||||||
* Definitions of the Tegra PMC.
|
* Definitions of the Tegra PMC.
|
||||||
*/
|
*/
|
||||||
struct PACKED tegra_pmc {
|
struct tegra_pmc {
|
||||||
uint32_t cntrl;
|
uint32_t cntrl;
|
||||||
uint32_t sec_disable;
|
uint32_t sec_disable;
|
||||||
uint32_t pmc_swrst;
|
uint32_t pmc_swrst;
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
/**
|
/**
|
||||||
* Definitions of the Tegra PMC.
|
* Definitions of the Tegra PMC.
|
||||||
*/
|
*/
|
||||||
struct PACKED tegra_pmc {
|
struct tegra_pmc {
|
||||||
uint32_t cntrl;
|
uint32_t cntrl;
|
||||||
uint32_t sec_disable;
|
uint32_t sec_disable;
|
||||||
uint32_t pmc_swrst;
|
uint32_t pmc_swrst;
|
||||||
|
Loading…
Reference in New Issue
Block a user