mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
bcm2835: commit missing constant from r354560
Surgically pulling the patch from my debugging work lead to this slopiness- my apologies.
This commit is contained in:
parent
81ca5d2fc1
commit
ff3b277b34
1 changed files with 1 additions and 0 deletions
|
|
@ -118,6 +118,7 @@ int bcm2835_mbox_set_power_state(uint32_t, boolean_t);
|
|||
#define BCM2835_MBOX_CLOCK_ID_SDRAM 0x00000008
|
||||
#define BCM2835_MBOX_CLOCK_ID_PIXEL 0x00000009
|
||||
#define BCM2835_MBOX_CLOCK_ID_PWM 0x0000000a
|
||||
#define BCM2838_MBOX_CLOCK_ID_EMMC2 0x0000000c
|
||||
|
||||
#define BCM2835_MBOX_TAG_GET_CLOCK_RATE 0x00030002
|
||||
#define BCM2835_MBOX_TAG_SET_CLOCK_RATE 0x00038002
|
||||
|
|
|
|||
Loading…
Reference in a new issue