diff options
author | gdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-12-22 04:48:19 +0000 |
---|---|---|
committer | gdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-12-22 04:48:19 +0000 |
commit | d14d2707ea7a337e77ae1831fc0e9ae042626c82 (patch) | |
tree | 339164d2c9337f450a77fea1d35e6c73b8673eba /MdePkg/Include/Protocol/UserManager.h | |
parent | 2022142e6521bff71070c148cf724bae86dd8662 (diff) | |
download | edk2-platforms-d14d2707ea7a337e77ae1831fc0e9ae042626c82.tar.xz |
Add variable definitions of user identification
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9581 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/UserManager.h')
-rw-r--r-- | MdePkg/Include/Protocol/UserManager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/Include/Protocol/UserManager.h b/MdePkg/Include/Protocol/UserManager.h index 484c11db29..0a1964963c 100644 --- a/MdePkg/Include/Protocol/UserManager.h +++ b/MdePkg/Include/Protocol/UserManager.h @@ -333,5 +333,6 @@ struct _EFI_USER_MANAGER_PROTOCOL { };
extern EFI_GUID gEfiUserManagerProtocolGuid;
+extern EFI_GUID gEfiEventUserProfileChangedGuid;
#endif
|