diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2006-02-13 12:29:21 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2006-02-13 12:29:21 +0000 | 
| commit | e15aceaa85267a21b84a10a9a0cb22090c50ccc4 (patch) | |
| tree | c306f60e0cdd88f63ce16db342d8f06e7562ee4f | |
| parent | f0b5cb444eba02a9b34e11b88d6a0458516450ce (diff) | |
Add value for killing VM application
| -rw-r--r-- | tools/csr.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/tools/csr.h b/tools/csr.h index c3277a45..491ab4b7 100644 --- a/tools/csr.h +++ b/tools/csr.h @@ -56,6 +56,7 @@  #define CSR_VARID_PS_FACTORY_RESTORE		0x400d	/* valueless */  #define CSR_VARID_PS_FACTORY_RESTORE_ALL	0x400e	/* valueless */  #define CSR_VARID_PS_DEFRAG_RESET		0x400f	/* valueless */ +#define CSR_VARID_KILL_VM_APPLICATION		0x4010	/* valueless */  #define CSR_VARID_HOPPING_ON			0x4011	/* valueless */  #define CSR_VARID_CANCEL_PAGE			0x4012	/* valueless */  #define CSR_VARID_PS_CLR			0x4818	/* uint16 */ | 
