diff options
author | Mike Christensen <Michael.Christensen@Sun.COM> | 2008-09-25 17:36:37 -0700 |
---|---|---|
committer | Mike Christensen <Michael.Christensen@Sun.COM> | 2008-09-25 17:36:37 -0700 |
commit | 30588217a56ff2c9137248fb2e5065c4f0101459 (patch) | |
tree | 08b89b75fb363ad2fb24e241c8c3c64fdce586e1 /usr/src/uts/sun4v/sys/ds.h | |
parent | 88294e09b5c27cbb12b6735e2fb247a86b76666d (diff) | |
download | illumos-joyent-30588217a56ff2c9137248fb2e5065c4f0101459.tar.gz |
PSARC 2008/568 Logical Domain's Domain Services
6689118 LDoms Domain Services (DS) extensions for user program API
Diffstat (limited to 'usr/src/uts/sun4v/sys/ds.h')
-rw-r--r-- | usr/src/uts/sun4v/sys/ds.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/uts/sun4v/sys/ds.h b/usr/src/uts/sun4v/sys/ds.h index cd5efa807f..e5f479638c 100644 --- a/usr/src/uts/sun4v/sys/ds.h +++ b/usr/src/uts/sun4v/sys/ds.h @@ -20,14 +20,13 @@ */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ #ifndef _DS_H #define _DS_H -#pragma ident "%Z%%M% %I% %E% SMI" /* * Domain Services Client Interface |