From 06c3b46e273598a94480df39d01617c14764ee39 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Thu, 1 Aug 2013 09:00:58 +0200 Subject: Initial commit of the reincarnation prototype --- reincarnation.defs | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 reincarnation.defs (limited to 'reincarnation.defs') diff --git a/reincarnation.defs b/reincarnation.defs new file mode 100644 index 0000000..cb47680 --- /dev/null +++ b/reincarnation.defs @@ -0,0 +1,36 @@ +/* Reincarnation services for translators. + + Copyright (C) 2013 Free Software Foundation, Inc. + + Written by Justus Winter <4winter@informatik.uni-hamburg.de> + + This file might one day be a part of the GNU Hurd. + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2, or (at + your option) any later version. + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ + +subsystem reincarnation 36270; + +#include + +#ifdef FILE_IMPORTS +FILE_IMPORTS +#endif + +routine reincarnate ( + server: mach_port_t; + out image: data_t); + +routine checkpoint ( + server: mach_port_t; + in image: data_t); -- cgit v1.2.3