Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202444
b: refs/heads/master
c: 35f2915
h: refs/heads/master
v: v3
  • Loading branch information
Feng Tang authored and Matthew Garrett committed Aug 3, 2010
1 parent 27405a3 commit 2d888b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b95d13eaf3d4ea093aba95c7f615f3b10708a2c4
refs/heads/master: 35f2915c3bd0cd6950bdd9d461de565e8feae852
6 changes: 6 additions & 0 deletions trunk/arch/x86/include/asm/intel_scu_ipc.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
#ifndef _ASM_X86_INTEL_SCU_IPC_H_
#define _ASM_X86_INTEL_SCU_IPC_H_

#define IPCMSG_VRTC 0xFA /* Set vRTC device */

/* Command id associated with message IPCMSG_VRTC */
#define IPC_CMD_VRTC_SETTIME 1 /* Set time */
#define IPC_CMD_VRTC_SETALARM 2 /* Set alarm */

/* Read single register */
int intel_scu_ipc_ioread8(u16 addr, u8 *data);

Expand Down

0 comments on commit 2d888b3

Please sign in to comment.