mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
Make struct tegra_pmc not packed
This commit is contained in:
parent
64cdd2e63f
commit
c820375a86
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
|||
/**
|
||||
* Definitions of the Tegra PMC.
|
||||
*/
|
||||
struct PACKED tegra_pmc {
|
||||
struct tegra_pmc {
|
||||
uint32_t cntrl;
|
||||
uint32_t sec_disable;
|
||||
uint32_t pmc_swrst;
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
/**
|
||||
* Definitions of the Tegra PMC.
|
||||
*/
|
||||
struct PACKED tegra_pmc {
|
||||
struct tegra_pmc {
|
||||
uint32_t cntrl;
|
||||
uint32_t sec_disable;
|
||||
uint32_t pmc_swrst;
|
||||
|
|
Loading…
Reference in a new issue