From 26da4bf2645b72c4df32fed17a46978ea3bce022 Mon Sep 17 00:00:00 2001
From: Anders Blomdell <anders.blomdell@control.lth.se>
Date: Mon, 11 Mar 2019 21:29:02 +0100
Subject: [PATCH] Rework of error handling, added license

---
 COPYING                                       | 674 ++++++++++++++++++
 Makefile                                      |   4 +
 .../se_lth_control_realtime_moberg_Moberg.c   |  20 +-
 adaptors/matlab/analogin.c                    |   6 +-
 adaptors/matlab/moberg4simulink.c             |  51 +-
 adaptors/matlab/moberg4simulink.h             |  21 +
 moberg.c                                      | 261 +++++--
 moberg.h                                      | 121 +++-
 moberg.spec.template                          |   3 +-
 moberg_channel.h                              |  39 +-
 moberg_config.c                               |  45 +-
 moberg_config.h                               |  33 +-
 moberg_device.c                               |  89 ++-
 moberg_device.h                               |  62 +-
 moberg_inline.h                               |  60 ++
 moberg_module.h                               |  23 +-
 moberg_parser.c                               | 113 +--
 moberg_parser.h                               |  21 +
 plugins/comedi/Makefile                       |   5 +
 plugins/comedi/comedi.c                       | 462 ++++++------
 plugins/serial2002/serial2002.c               | 204 +++---
 test/Makefile                                 |   1 +
 test/test_c.c                                 |   9 -
 test/test_io.c                                |   8 +-
 24 files changed, 1755 insertions(+), 580 deletions(-)
 create mode 100644 COPYING
 create mode 100644 moberg_inline.h
 delete mode 100644 test/test_c.c

diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000..f288702
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,674 @@
+                    GNU GENERAL PUBLIC LICENSE
+                       Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+                            Preamble
+
+  The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+  The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works.  By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users.  We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors.  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+  To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights.  Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received.  You must make sure that they, too, receive
+or can get the source code.  And you must show them these terms so they
+know their rights.
+
+  Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+  For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software.  For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+  Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so.  This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software.  The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable.  Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products.  If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+  Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary.  To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+                       TERMS AND CONDITIONS
+
+  0. Definitions.
+
+  "This License" refers to version 3 of the GNU General Public License.
+
+  "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+  "The Program" refers to any copyrightable work licensed under this
+License.  Each licensee is addressed as "you".  "Licensees" and
+"recipients" may be individuals or organizations.
+
+  To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy.  The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+  A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+  To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy.  Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+  To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies.  Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+  An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License.  If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+  1. Source Code.
+
+  The "source code" for a work means the preferred form of the work
+for making modifications to it.  "Object code" means any non-source
+form of a work.
+
+  A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+  The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form.  A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+  The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities.  However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work.  For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+  The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+  The Corresponding Source for a work in source code form is that
+same work.
+
+  2. Basic Permissions.
+
+  All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met.  This License explicitly affirms your unlimited
+permission to run the unmodified Program.  The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work.  This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+  You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force.  You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright.  Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+  Conveying under any other circumstances is permitted solely under
+the conditions stated below.  Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+  3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+  No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+  When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+  4. Conveying Verbatim Copies.
+
+  You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+  You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+  5. Conveying Modified Source Versions.
+
+  You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+    a) The work must carry prominent notices stating that you modified
+    it, and giving a relevant date.
+
+    b) The work must carry prominent notices stating that it is
+    released under this License and any conditions added under section
+    7.  This requirement modifies the requirement in section 4 to
+    "keep intact all notices".
+
+    c) You must license the entire work, as a whole, under this
+    License to anyone who comes into possession of a copy.  This
+    License will therefore apply, along with any applicable section 7
+    additional terms, to the whole of the work, and all its parts,
+    regardless of how they are packaged.  This License gives no
+    permission to license the work in any other way, but it does not
+    invalidate such permission if you have separately received it.
+
+    d) If the work has interactive user interfaces, each must display
+    Appropriate Legal Notices; however, if the Program has interactive
+    interfaces that do not display Appropriate Legal Notices, your
+    work need not make them do so.
+
+  A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit.  Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+  6. Conveying Non-Source Forms.
+
+  You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+    a) Convey the object code in, or embodied in, a physical product
+    (including a physical distribution medium), accompanied by the
+    Corresponding Source fixed on a durable physical medium
+    customarily used for software interchange.
+
+    b) Convey the object code in, or embodied in, a physical product
+    (including a physical distribution medium), accompanied by a
+    written offer, valid for at least three years and valid for as
+    long as you offer spare parts or customer support for that product
+    model, to give anyone who possesses the object code either (1) a
+    copy of the Corresponding Source for all the software in the
+    product that is covered by this License, on a durable physical
+    medium customarily used for software interchange, for a price no
+    more than your reasonable cost of physically performing this
+    conveying of source, or (2) access to copy the
+    Corresponding Source from a network server at no charge.
+
+    c) Convey individual copies of the object code with a copy of the
+    written offer to provide the Corresponding Source.  This
+    alternative is allowed only occasionally and noncommercially, and
+    only if you received the object code with such an offer, in accord
+    with subsection 6b.
+
+    d) Convey the object code by offering access from a designated
+    place (gratis or for a charge), and offer equivalent access to the
+    Corresponding Source in the same way through the same place at no
+    further charge.  You need not require recipients to copy the
+    Corresponding Source along with the object code.  If the place to
+    copy the object code is a network server, the Corresponding Source
+    may be on a different server (operated by you or a third party)
+    that supports equivalent copying facilities, provided you maintain
+    clear directions next to the object code saying where to find the
+    Corresponding Source.  Regardless of what server hosts the
+    Corresponding Source, you remain obligated to ensure that it is
+    available for as long as needed to satisfy these requirements.
+
+    e) Convey the object code using peer-to-peer transmission, provided
+    you inform other peers where the object code and Corresponding
+    Source of the work are being offered to the general public at no
+    charge under subsection 6d.
+
+  A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+  A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling.  In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage.  For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product.  A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+  "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source.  The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+  If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information.  But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+  The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed.  Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+  Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+  7. Additional Terms.
+
+  "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law.  If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+  When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it.  (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.)  You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+  Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+    a) Disclaiming warranty or limiting liability differently from the
+    terms of sections 15 and 16 of this License; or
+
+    b) Requiring preservation of specified reasonable legal notices or
+    author attributions in that material or in the Appropriate Legal
+    Notices displayed by works containing it; or
+
+    c) Prohibiting misrepresentation of the origin of that material, or
+    requiring that modified versions of such material be marked in
+    reasonable ways as different from the original version; or
+
+    d) Limiting the use for publicity purposes of names of licensors or
+    authors of the material; or
+
+    e) Declining to grant rights under trademark law for use of some
+    trade names, trademarks, or service marks; or
+
+    f) Requiring indemnification of licensors and authors of that
+    material by anyone who conveys the material (or modified versions of
+    it) with contractual assumptions of liability to the recipient, for
+    any liability that these contractual assumptions directly impose on
+    those licensors and authors.
+
+  All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10.  If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term.  If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+  If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+  Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+  8. Termination.
+
+  You may not propagate or modify a covered work except as expressly
+provided under this License.  Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+  However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+  Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+  Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License.  If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+  9. Acceptance Not Required for Having Copies.
+
+  You are not required to accept this License in order to receive or
+run a copy of the Program.  Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance.  However,
+nothing other than this License grants you permission to propagate or
+modify any covered work.  These actions infringe copyright if you do
+not accept this License.  Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+  10. Automatic Licensing of Downstream Recipients.
+
+  Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License.  You are not responsible
+for enforcing compliance by third parties with this License.
+
+  An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations.  If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+  You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License.  For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+  11. Patents.
+
+  A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based.  The
+work thus licensed is called the contributor's "contributor version".
+
+  A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version.  For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+  Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+  In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement).  To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+  If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients.  "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+  If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+  A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License.  You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+  Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+  12. No Surrender of Others' Freedom.
+
+  If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all.  For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+  13. Use with the GNU Affero General Public License.
+
+  Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work.  The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+  14. Revised Versions of this License.
+
+  The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+  Each version is given a distinguishing version number.  If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation.  If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+  If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+  Later license versions may give you additional or different
+permissions.  However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+  15. Disclaimer of Warranty.
+
+  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+  16. Limitation of Liability.
+
+  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+  17. Interpretation of Sections 15 and 16.
+
+  If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+                     END OF TERMS AND CONDITIONS
+
+            How to Apply These Terms to Your New Programs
+
+  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    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 3 of the License, 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 <https://www.gnu.org/licenses/>.
+
+Also add information on how to contact you by electronic and paper mail.
+
+  If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+    <program>  Copyright (C) <year>  <name of author>
+    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License.  Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+  You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+<https://www.gnu.org/licenses/>.
+
+  The GNU General Public License does not permit incorporating your program
+into proprietary programs.  If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library.  If this is what you want to do, use the GNU Lesser General
+Public License instead of this License.  But first, please read
+<https://www.gnu.org/licenses/why-not-lgpl.html>.
diff --git a/Makefile b/Makefile
index bca7042..e934c54 100644
--- a/Makefile
+++ b/Makefile
@@ -71,3 +71,7 @@ build/libmoberg.so: build/lib/moberg_config.o
 build/libmoberg.so: build/lib/moberg_device.o
 build/libmoberg.so: build/lib/moberg_parser.o
 build/lib/%.o: %.h
+build/lib/%.o: moberg_inline.h
+build/lib/moberg.o: moberg_config.h
+build/lib/moberg.o: moberg_module.h
+build/lib/moberg.o: moberg_parser.h
diff --git a/adaptors/java/src/se_lth_control_realtime_moberg_Moberg.c b/adaptors/java/src/se_lth_control_realtime_moberg_Moberg.c
index 9363df3..fe658b8 100644
--- a/adaptors/java/src/se_lth_control_realtime_moberg_Moberg.c
+++ b/adaptors/java/src/se_lth_control_realtime_moberg_Moberg.c
@@ -25,6 +25,11 @@
 #include <string.h>
 #include <moberg.h>
 
+static inline int OK(struct moberg_status status)
+{
+  return moberg_OK(status);
+}
+
 static void throwMoberg(JNIEnv *env, int chan, char *exceptionName)
 {
   jclass exceptionClass = 0;
@@ -182,7 +187,8 @@ Java_se_lth_control_realtime_moberg_Moberg_analogInOpen(
   if (! channel_up(&analog_in, index)) {
     struct channel channel;
     up();
-    if (! moberg_analog_in_open(g_moberg.moberg, index, &channel.analog_in)) {
+    if (! OK(moberg_analog_in_open(g_moberg.moberg, index,
+                                   &channel.analog_in))) {
       down();
       throwMobergDeviceDoesNotExistException(env, index);      
     } else {
@@ -230,7 +236,8 @@ Java_se_lth_control_realtime_moberg_Moberg_analogOutOpen(
   if (! channel_up(&analog_out, index)) {
     struct channel channel;
     up();
-    if (! moberg_analog_out_open(g_moberg.moberg, index, &channel.analog_out)) {
+    if (! OK(moberg_analog_out_open(g_moberg.moberg, index,
+                                    &channel.analog_out))) {
       down();
       throwMobergDeviceDoesNotExistException(env, index);      
     } else {
@@ -275,7 +282,8 @@ Java_se_lth_control_realtime_moberg_Moberg_digitalInOpen(
   if (! channel_up(&digital_in, index)) {
     struct channel channel;
     up();
-    if (! moberg_digital_in_open(g_moberg.moberg, index, &channel.digital_in)) {
+    if (! OK(moberg_digital_in_open(g_moberg.moberg, index,
+                                    &channel.digital_in))) {
       down();
       throwMobergDeviceDoesNotExistException(env, index);      
     } else {
@@ -322,7 +330,8 @@ Java_se_lth_control_realtime_moberg_Moberg_digitalOutOpen(
   if (! channel_up(&digital_out, index)) {
     struct channel channel;
     up();
-    if (! moberg_digital_out_open(g_moberg.moberg, index, &channel.digital_out)) {
+    if (! OK(moberg_digital_out_open(g_moberg.moberg, index,
+                                     &channel.digital_out))) {
       down();
       throwMobergDeviceDoesNotExistException(env, index);      
     } else {
@@ -366,7 +375,8 @@ Java_se_lth_control_realtime_moberg_Moberg_encoderInOpen(
   if (! channel_up(&encoder_in, index)) {
     struct channel channel;
     up();
-    if (! moberg_encoder_in_open(g_moberg.moberg, index, &channel.encoder_in)) {
+    if (! OK(moberg_encoder_in_open(g_moberg.moberg, index,
+                                    &channel.encoder_in))) {
       down();
       throwMobergDeviceDoesNotExistException(env, index);      
     } else {
diff --git a/adaptors/matlab/analogin.c b/adaptors/matlab/analogin.c
index 6c8d6c5..32ae342 100644
--- a/adaptors/matlab/analogin.c
+++ b/adaptors/matlab/analogin.c
@@ -135,7 +135,11 @@ static void mdlOutputs(SimStruct *S, int_T tid)
       
     for (i = 0 ; i < ssGetNumPWork(S) ; i++) {
       struct moberg_analog_in *ain = (struct moberg_analog_in*)pwork[i];
-      ain->read(ain->context, &y[i]);
+      if (! ain->read(ain->context, &y[i])) {
+        static char error[256];
+        sprintf(error, "Failed to read analogin #%d", (int)channel[i]);
+        ssSetErrorStatus(S, error);
+      }
     }
   }
 }
diff --git a/adaptors/matlab/moberg4simulink.c b/adaptors/matlab/moberg4simulink.c
index 736edd0..26a546d 100644
--- a/adaptors/matlab/moberg4simulink.c
+++ b/adaptors/matlab/moberg4simulink.c
@@ -1,9 +1,35 @@
+/*
+    moberg4simulink.c -- moberg interface for simulink MEX functions
+
+    Copyright (C) 2019 Anders Blomdell <anders.blomdell@gmail.com>
+
+    This file is part of Moberg.
+
+    Moberg 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 3 of the License, 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 <https://www.gnu.org/licenses/>.
+*/
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <stddef.h>
 #include <moberg.h>
 #include <moberg4simulink.h>
 
+static int inline OK(struct moberg_status status)
+{
+  return moberg_OK(status);
+}
+
 static struct channel {
   struct channel *next;
   struct channel *prev;
@@ -68,12 +94,13 @@ struct moberg_analog_in *moberg4simulink_analog_in_open(int index)
 {
   up();
   struct channel *result = malloc(sizeof(*result));
-  if (result && moberg_analog_in_open(g_moberg.moberg, index,
-                                      &result->analog_in)) {
+  if (result && OK(moberg_analog_in_open(g_moberg.moberg, index,
+                                         &result->analog_in))) {
     list_insert(&analog_in_list, result);
     return &result->analog_in;
   } else {
     down();
+    if (result) { free(result); }
     return NULL;
   }
 }
@@ -93,12 +120,13 @@ struct moberg_analog_out *moberg4simulink_analog_out_open(int index)
   {
   up();
   struct channel *result = malloc(sizeof(*result));
-  if (result && moberg_analog_out_open(g_moberg.moberg, index,
-                                      &result->analog_out)) {
+  if (result && OK(moberg_analog_out_open(g_moberg.moberg, index,
+                                          &result->analog_out))) {
     list_insert(&analog_out_list, result);
     return &result->analog_out;
   } else {
     down();
+    if (result) { free(result); }
     return NULL;
   }
 }
@@ -118,12 +146,13 @@ struct moberg_digital_in *moberg4simulink_digital_in_open(int index)
 {
   up();
   struct channel *result = malloc(sizeof(*result));
-  if (result && moberg_digital_in_open(g_moberg.moberg, index,
-                                      &result->digital_in)) {
+  if (result && OK(moberg_digital_in_open(g_moberg.moberg, index,
+                                          &result->digital_in))) {
     list_insert(&digital_in_list, result);
     return &result->digital_in;
   } else {
     down();
+    if (result) { free(result); }
     return NULL;
   }
 }
@@ -144,12 +173,13 @@ struct moberg_digital_out *moberg4simulink_digital_out_open(int index)
 {
   up();
   struct channel *result = malloc(sizeof(*result));
-  if (result && moberg_digital_out_open(g_moberg.moberg, index,
-                                      &result->digital_out)) {
+  if (result && OK(moberg_digital_out_open(g_moberg.moberg, index,
+                                           &result->digital_out))) {
     list_insert(&digital_out_list, result);
     return &result->digital_out;
   } else {
     down();
+    if (result) { free(result); }
     return NULL;
   }
 }
@@ -170,12 +200,13 @@ struct moberg_encoder_in *moberg4simulink_encoder_in_open(int index)
 {
   up();
   struct channel *result = malloc(sizeof(*result));
-  if (result && moberg_encoder_in_open(g_moberg.moberg, index,
-                                       &result->encoder_in)) {
+  if (result && OK(moberg_encoder_in_open(g_moberg.moberg, index,
+                                          &result->encoder_in))) {
     list_insert(&encoder_in_list, result);
     return &result->encoder_in;
   } else {
     down();
+    if (result) { free(result); }
     return NULL;
   }
 }
diff --git a/adaptors/matlab/moberg4simulink.h b/adaptors/matlab/moberg4simulink.h
index 2b26a67..9374697 100644
--- a/adaptors/matlab/moberg4simulink.h
+++ b/adaptors/matlab/moberg4simulink.h
@@ -1,3 +1,24 @@
+/*
+    moberg4simulink.h -- moberg interface for simulink MEX functions
+
+    Copyright (C) 2019 Anders Blomdell <anders.blomdell@gmail.com>
+
+    This file is part of Moberg.
+
+    Moberg 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 3 of the License, 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 <https://www.gnu.org/licenses/>.
+*/
+
 #ifndef __MOBERG4SIMULINK_H__
 #define __MOBERG4SIMULINK_H__
 
diff --git a/moberg.c b/moberg.c
index 34c0c41..61d4be5 100644
--- a/moberg.c
+++ b/moberg.c
@@ -1,3 +1,23 @@
+/*
+    moberg.c --  interface to moberg I/O system
+
+    Copyright (C) 2019 Anders Blomdell <anders.blomdell@gmail.com>
+
+    This file is part of Moberg.
+
+    Moberg 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 3 of the License, 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 <https://www.gnu.org/licenses/>.
+*/
 #define _POSIX_C_SOURCE  200809L
 #define _GNU_SOURCE               /* scandirat */
 
@@ -10,10 +30,12 @@
 #include <stdio.h>
 #include <dirent.h>
 #include <string.h>
+#include <errno.h>
 #include <moberg.h>
 #include <moberg_config.h>
-#include <moberg_parser.h>
+#include <moberg_inline.h>
 #include <moberg_module.h>
+#include <moberg_parser.h>
 
 struct moberg {
   struct moberg_config *config;
@@ -144,10 +166,11 @@ static void parse_config_dir_at(
   
 }
 
-static int install_channel(struct moberg *moberg,
-                           int index,
-                           struct moberg_device* device,
-                           struct moberg_channel *channel)
+static struct moberg_status install_channel(
+  struct moberg *moberg,
+  int index,
+  struct moberg_device* device,
+  struct moberg_channel *channel)
 {
   if (channel) {
     struct moberg_channel *old = NULL;
@@ -201,9 +224,9 @@ static int install_channel(struct moberg *moberg,
         break;
     }
   }
-  return 1;
+  return MOBERG_OK;
 err:
-  return 0;
+  return MOBERG_ERRNO(ENOMEM);
 }
 
 static int install_config(struct moberg *moberg)
@@ -220,6 +243,11 @@ static int install_config(struct moberg *moberg)
   }
 }
 
+int moberg_OK(struct moberg_status status)
+{
+  return status.result == 0;
+}
+
 struct moberg *moberg_new()
 {
   struct moberg *result = malloc(sizeof(*result));
@@ -283,146 +311,221 @@ void moberg_free(struct moberg *moberg)
 
 /* Input/output */
 
-int moberg_analog_in_open(struct moberg *moberg,
-                          int index,
-                          struct moberg_analog_in *analog_in)
+struct moberg_status moberg_analog_in_open(
+  struct moberg *moberg,
+  int index,
+  struct moberg_analog_in *analog_in)
 {
+  if (! analog_in) {
+    return MOBERG_ERRNO(EINVAL);
+  }
   struct moberg_channel *channel = NULL;
   channel_list_get(&moberg->analog_in, index, &channel);
-  if (channel) {
-    channel->open(channel);
-    *analog_in = channel->action.analog_in;
-    return 1;
+  if (! channel) {
+    return MOBERG_ERRNO(ENODEV);
+  } 
+  struct moberg_status result = channel->open(channel);
+  if (! OK(result)) {
+    return result;
   }
-  return 0;
+  *analog_in = channel->action.analog_in;
+  return MOBERG_OK;
 }
 
-int moberg_analog_in_close(struct moberg *moberg,
-                           int index,
-                           struct moberg_analog_in analog_in)
+struct moberg_status moberg_analog_in_close(
+  struct moberg *moberg,
+  int index,
+  struct moberg_analog_in analog_in)
 {
   struct moberg_channel *channel = NULL;
   channel_list_get(&moberg->analog_in, index, &channel);
-  if (channel && channel->action.analog_in.context == analog_in.context) {
-    channel->close(channel);
+  if (! channel) {
+    return MOBERG_ERRNO(ENODEV);
   }
-  return 1;
+  if (channel->action.analog_in.context != analog_in.context) {
+    return MOBERG_ERRNO(EINVAL);
+  }
+  struct moberg_status result = channel->close(channel);
+  if (! OK(result)) {
+    return result;
+  }
+  return MOBERG_OK;
 }
 
-int moberg_analog_out_open(struct moberg *moberg,
-                           int index,
-                           struct moberg_analog_out *analog_out)
+struct moberg_status moberg_analog_out_open(
+  struct moberg *moberg,
+  int index,
+  struct moberg_analog_out *analog_out)
 {
+  if (! analog_out) {
+    return MOBERG_ERRNO(EINVAL);
+  }
   struct moberg_channel *channel = NULL;
   channel_list_get(&moberg->analog_out, index, &channel);
-  if (channel) {
-    channel->open(channel);
-    *analog_out = channel->action.analog_out;
-    return 1;
+  if (! channel) {
+    return MOBERG_ERRNO(ENODEV);
+  } 
+  struct moberg_status result = channel->open(channel);
+  if (! OK(result)) {
+    return result;
   }
-  return 0;
+  *analog_out = channel->action.analog_out;
+  return MOBERG_OK;
 }
 
-int moberg_analog_out_close(struct moberg *moberg,
-                            int index,
-                            struct moberg_analog_out analog_out)
+struct moberg_status moberg_analog_out_close(
+  struct moberg *moberg,
+  int index,
+  struct moberg_analog_out analog_out)
 {
   struct moberg_channel *channel = NULL;
   channel_list_get(&moberg->analog_out, index, &channel);
-  if (channel && channel->action.analog_out.context == analog_out.context) {
-    channel->close(channel);
+  if (! channel) {
+    return MOBERG_ERRNO(ENODEV);
+  }
+  if (channel->action.analog_out.context != analog_out.context) {
+    return MOBERG_ERRNO(EINVAL);
   }
-  return 1;
+  struct moberg_status result = channel->close(channel);
+  if (! OK(result)) {
+    return result;
+  }
+  return MOBERG_OK;
 }
 
-int moberg_digital_in_open(struct moberg *moberg,
-                           int index,
-                           struct moberg_digital_in *digital_in)
+struct moberg_status moberg_digital_in_open(
+  struct moberg *moberg,
+  int index,
+  struct moberg_digital_in *digital_in)
 {
+  if (! digital_in) {
+    return MOBERG_ERRNO(EINVAL);
+  }
   struct moberg_channel *channel = NULL;
   channel_list_get(&moberg->digital_in, index, &channel);
-  if (channel) {
-    channel->open(channel);
-    *digital_in = channel->action.digital_in;
-    return 1;
+  if (! channel) {
+    return MOBERG_ERRNO(ENODEV);
+  } 
+  struct moberg_status result = channel->open(channel);
+  if (! OK(result)) {
+    return result;
   }
-  return 0;
+  *digital_in = channel->action.digital_in;
+  return MOBERG_OK;
 }
 
-int moberg_digital_in_close(struct moberg *moberg,
-                            int index,
-                            struct moberg_digital_in digital_in)
+struct moberg_status moberg_digital_in_close(
+  struct moberg *moberg,
+  int index,
+  struct moberg_digital_in digital_in)
 {
   struct moberg_channel *channel = NULL;
   channel_list_get(&moberg->digital_in, index, &channel);
-  if (channel && channel->action.digital_in.context == digital_in.context) {
-    channel->close(channel);
+  if (! channel) {
+    return MOBERG_ERRNO(ENODEV);
+  }
+  if (channel->action.digital_in.context != digital_in.context) {
+    return MOBERG_ERRNO(EINVAL);
   }
-  return 1;
+  struct moberg_status result = channel->close(channel);
+  if (! OK(result)) {
+    return result;
+  }
+  return MOBERG_OK;
 }
 
-int moberg_digital_out_open(struct moberg *moberg,
-                            int index,
-                            struct moberg_digital_out *digital_out)
+struct moberg_status moberg_digital_out_open(
+  struct moberg *moberg,
+  int index,
+  struct moberg_digital_out *digital_out)
 {
+  if (! digital_out) {
+    return MOBERG_ERRNO(EINVAL);
+  }
   struct moberg_channel *channel = NULL;
   channel_list_get(&moberg->digital_out, index, &channel);
-  if (channel) {
-    channel->open(channel);
-    *digital_out = channel->action.digital_out;
-    return 1;
+  if (! channel) {
+    return MOBERG_ERRNO(ENODEV);
+  } 
+  struct moberg_status result = channel->open(channel);
+  if (! OK(result)) {
+    return result;
   }
-  return 0;
+  *digital_out = channel->action.digital_out;
+  return MOBERG_OK;
 }
 
-int moberg_digital_out_close(struct moberg *moberg,
-                             int index,
-                             struct moberg_digital_out digital_out)
+struct moberg_status moberg_digital_out_close(
+  struct moberg *moberg,
+  int index,
+  struct moberg_digital_out digital_out)
 {
   struct moberg_channel *channel = NULL;
   channel_list_get(&moberg->digital_out, index, &channel);
-  if (channel && channel->action.digital_out.context == digital_out.context) {
-    channel->close(channel);
+  if (! channel) {
+    return MOBERG_ERRNO(ENODEV);
+  }
+  if (channel->action.digital_out.context != digital_out.context) {
+    return MOBERG_ERRNO(EINVAL);
   }
-  return 1;
+  struct moberg_status result = channel->close(channel);
+  if (! OK(result)) {
+    return result;
+  }
+  return MOBERG_OK;
 }
 
-int moberg_encoder_in_open(struct moberg *moberg,
-                           int index,
-                           struct moberg_encoder_in *encoder_in)
+struct moberg_status moberg_encoder_in_open(
+  struct moberg *moberg,
+  int index,
+  struct moberg_encoder_in *encoder_in)
 {
+  if (! encoder_in) {
+    return MOBERG_ERRNO(EINVAL);
+  }
   struct moberg_channel *channel = NULL;
   channel_list_get(&moberg->encoder_in, index, &channel);
-  if (channel) {
-    channel->open(channel);
-    *encoder_in = channel->action.encoder_in;
-    return 1;
+  if (! channel) {
+    return MOBERG_ERRNO(ENODEV);
+  } 
+  struct moberg_status result = channel->open(channel);
+  if (! OK(result)) {
+    return result;
   }
-  return 0;
+  *encoder_in = channel->action.encoder_in;
+  return MOBERG_OK;
 }
 
-int moberg_encoder_in_close(struct moberg *moberg,
-                            int index,
-                            struct moberg_encoder_in encoder_in)
+struct moberg_status moberg_encoder_in_close(
+  struct moberg *moberg,
+  int index,
+  struct moberg_encoder_in encoder_in)
 {
   struct moberg_channel *channel = NULL;
   channel_list_get(&moberg->encoder_in, index, &channel);
-  if (channel && channel->action.encoder_in.context == encoder_in.context) {
-    channel->close(channel);
+  if (! channel) {
+    return MOBERG_ERRNO(ENODEV);
+  }
+  if (channel->action.encoder_in.context != encoder_in.context) {
+    return MOBERG_ERRNO(EINVAL);
+  }
+  struct moberg_status result = channel->close(channel);
+  if (! OK(result)) {
+    return result;
   }
-  return 1;
+  return MOBERG_OK;
 }
 
 /* System init functionality (systemd/init/...) */
 
-int moberg_start(
+struct moberg_status moberg_start(
   struct moberg *moberg,
   FILE *f)
 {
   return moberg_config_start(moberg->config, f);
 }
 
-int moberg_stop(
+struct moberg_status moberg_stop(
   struct moberg *moberg,
   FILE *f)
 {
diff --git a/moberg.h b/moberg.h
index 63812d4..f320d55 100644
--- a/moberg.h
+++ b/moberg.h
@@ -1,3 +1,24 @@
+/*
+    moberg.h -- interface to moberg I/O system
+
+    Copyright (C) 2019 Anders Blomdell <anders.blomdell@gmail.com>
+
+    This file is part of Moberg.
+
+    Moberg 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 3 of the License, 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 <https://www.gnu.org/licenses/>.
+*/
+    
 #ifndef __MOBERG_H__
 #define __MOBERG_H__
 
@@ -5,6 +26,17 @@
 
 struct moberg;
 
+/* Error reporting */
+
+struct moberg_status {
+  int result; /* == 0 -> OK 
+                 <  0 -> moberg specific error
+                 >  0 -> system error (see errno.h */
+  struct moberg_error *error;
+};
+
+int moberg_OK(struct moberg_status);
+
 /* Creation & free */
 
 struct moberg *moberg_new();
@@ -15,76 +47,91 @@ void moberg_free(struct moberg *moberg);
 
 struct moberg_analog_in {
   struct moberg_channel_analog_in *context;
-  int (*read)(struct moberg_channel_analog_in *, double *value);
+  struct moberg_status (*read)(struct moberg_channel_analog_in *,
+                               double *value);
 };
 
 struct moberg_analog_out {
   struct moberg_channel_analog_out *context;
-  int (*write)(struct moberg_channel_analog_out *, double value);
+  struct moberg_status (*write)(struct moberg_channel_analog_out *,
+                                double value);
 };
 
 struct moberg_digital_in {
   struct moberg_channel_digital_in *context;
-  int (*read)(struct moberg_channel_digital_in *, int *value);
+  struct moberg_status (*read)(struct moberg_channel_digital_in *,
+                               int *value);
 };
 
 struct moberg_digital_out {
   struct moberg_channel_digital_out *context;
-  int (*write)(struct moberg_channel_digital_out *, int value);
+  struct moberg_status (*write)(struct moberg_channel_digital_out *,
+                                int value);
 };
 
 struct moberg_encoder_in {
   struct moberg_channel_encoder_in *context;
-  int (*read)(struct moberg_channel_encoder_in *, long *value);
+  struct moberg_status (*read)(struct moberg_channel_encoder_in *,
+                               long *value);
 };
 
-int moberg_analog_in_open(struct moberg *moberg,
-                          int index,
-                          struct moberg_analog_in *analog_in);
+struct moberg_status moberg_analog_in_open(
+  struct moberg *moberg,
+  int index,
+  struct moberg_analog_in *analog_in);
 
-int moberg_analog_in_close(struct moberg *moberg,
-                           int index,
-                           struct moberg_analog_in analog_in);
+struct moberg_status moberg_analog_in_close(
+  struct moberg *moberg,
+  int index,
+  struct moberg_analog_in analog_in);
 
-int moberg_analog_out_open(struct moberg *moberg,
-                             int index,
-                           struct moberg_analog_out *analog_out);
+struct moberg_status moberg_analog_out_open(
+  struct moberg *moberg,
+  int index,
+  struct moberg_analog_out *analog_out);
 
-int moberg_analog_out_close(struct moberg *moberg,
-                            int index,
-                            struct moberg_analog_out analog_out);
+struct moberg_status moberg_analog_out_close(
+  struct moberg *moberg,
+  int index,
+  struct moberg_analog_out analog_out);
 
-int moberg_digital_in_open(struct moberg *moberg,
-                           int index,
-                           struct moberg_digital_in *digital_in);
+struct moberg_status moberg_digital_in_open(
+  struct moberg *moberg,
+  int index,
+  struct moberg_digital_in *digital_in);
 
-int moberg_digital_in_close(struct moberg *moberg,
-                            int index,
-                            struct moberg_digital_in digital_in);
+struct moberg_status moberg_digital_in_close(
+  struct moberg *moberg,
+  int index,
+  struct moberg_digital_in digital_in);
 
-int moberg_digital_out_open(struct moberg *moberg,
-                            int index,
-                            struct moberg_digital_out *digital_out);
+struct moberg_status moberg_digital_out_open(
+  struct moberg *moberg,
+  int index,
+  struct moberg_digital_out *digital_out);
 
-int moberg_digital_out_close(struct moberg *moberg,
-                             int index,
-                             struct moberg_digital_out digital_out);
+struct moberg_status moberg_digital_out_close(
+  struct moberg *moberg,
+  int index,
+  struct moberg_digital_out digital_out);
 
-int moberg_encoder_in_open(struct moberg *moberg,
-                           int index,
-                           struct moberg_encoder_in *encoder_in);
+struct moberg_status moberg_encoder_in_open(
+  struct moberg *moberg,
+  int index,
+  struct moberg_encoder_in *encoder_in);
 
-int moberg_encoder_in_close(struct moberg *moberg,
-                            int index,
-                            struct moberg_encoder_in encoder_in);
+struct moberg_status moberg_encoder_in_close(
+  struct moberg *moberg,
+  int index,
+  struct moberg_encoder_in encoder_in);
 
 /* System init functionality (systemd/init/...) */
 
-int moberg_start(
+struct moberg_status moberg_start(
   struct moberg *moberg,
   FILE *f);
 
-int moberg_stop(
+struct moberg_status moberg_stop(
   struct moberg *moberg,
   FILE *f);
 
diff --git a/moberg.spec.template b/moberg.spec.template
index 6e3546e..a0300cf 100644
--- a/moberg.spec.template
+++ b/moberg.spec.template
@@ -80,6 +80,7 @@ cp adaptors/matlab/Makefile.mex ${RPM_BUILD_ROOT}/opt/matlab/src/moberg/Makefile
 
 %files
 %defattr(-,root,root,-)
+%{_includedir}/moberg.h
 %{_libdir}/libmoberg.so
 %{_libdir}/libmoberg_serial2002.so
 
@@ -89,7 +90,7 @@ cp adaptors/matlab/Makefile.mex ${RPM_BUILD_ROOT}/opt/matlab/src/moberg/Makefile
 
 %files devel
 %defattr(-,root,root,-)
-%{_includedir}/moberg.h
+%{_includedir}/moberg_inline.h
 
 %files java
 %defattr(-,root,root,-)
diff --git a/moberg_channel.h b/moberg_channel.h
index dab6355..2a16841 100644
--- a/moberg_channel.h
+++ b/moberg_channel.h
@@ -1,3 +1,24 @@
+/*
+    moberg_channel.h -- moberg channel interface
+
+    Copyright (C) 2019 Anders Blomdell <anders.blomdell@gmail.com>
+
+    This file is part of Moberg.
+
+    Moberg 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 3 of the License, 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 <https://www.gnu.org/licenses/>.
+*/
+    
 #ifndef __MOBERG_CHANNEL_H__
 #define __MOBERG_CHANNEL_H__
 
@@ -19,8 +40,8 @@ struct moberg_channel {
   int (*down)(struct moberg_channel *channel);
 
   /* Channel open and close */
-  int (*open)(struct moberg_channel *channel);
-  int (*close)(struct moberg_channel *channel);
+  struct moberg_status (*open)(struct moberg_channel *channel);
+  struct moberg_status (*close)(struct moberg_channel *channel);
 
   /* I/O operations */
   enum moberg_channel_kind kind;
@@ -35,18 +56,16 @@ struct moberg_channel {
   
 struct moberg_channel_map {
   struct moberg_device *device;
-  int (*map)(struct moberg_device* device,
-             struct moberg_channel *channel);
+  struct moberg_status (*map)(struct moberg_device* device,
+                              struct moberg_channel *channel);
 };
 
 struct moberg_channel_install {
   struct moberg *context;
-  int (*channel)(struct moberg *context,
-                 int index,
-                 struct moberg_device* device,
-                 struct moberg_channel *channel);
+  struct moberg_status (*channel)(struct moberg *context,
+                                  int index,
+                                  struct moberg_device* device,
+                                  struct moberg_channel *channel);
 };
 
-
-
 #endif
diff --git a/moberg_config.c b/moberg_config.c
index e4f467d..b332483 100644
--- a/moberg_config.c
+++ b/moberg_config.c
@@ -1,6 +1,30 @@
+/*
+    moberg_config.c -- moberg configuration handling
+
+    Copyright (C) 2019 Anders Blomdell <anders.blomdell@gmail.com>
+
+    This file is part of Moberg.
+
+    Moberg 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 3 of the License, 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 <https://www.gnu.org/licenses/>.
+*/
+
 #include <stdlib.h>
 #include <string.h>
+#include <errno.h>
+#include <moberg.h>
 #include <moberg_config.h>
+#include <moberg_inline.h>
 
 struct moberg_config
 {
@@ -55,20 +79,21 @@ int moberg_config_join(struct moberg_config *dest,
   return 0;
 }
 
-int moberg_config_add_device(struct moberg_config *config,
-                             struct moberg_device *device)
+struct moberg_status moberg_config_add_device(struct moberg_config *config,
+                                              struct moberg_device *device)
 {
   struct device_entry *entry = malloc(sizeof(*entry));
 
   if (! entry) { goto err; }
   entry->next = NULL;
   entry->device = device;
+  /* TODO_ entry->started = 0; */
   *config->device_tail = entry;
   config->device_tail = &entry->next;
 
-  return 1;
+  return MOBERG_OK;
 err:
-  return 0;
+  return MOBERG_ERRNO(ENOMEM);
 }
 
 int moberg_config_install_channels(struct moberg_config *config,
@@ -95,21 +120,21 @@ int moberg_config_install_channels(struct moberg_config *config,
   return result;
 }
 
-int moberg_config_start(struct moberg_config *config,
-                        FILE *f)
+struct moberg_status moberg_config_start(struct moberg_config *config,
+                                         FILE *f)
 {
   for (struct device_entry *d = config->device_head ; d ; d = d->next) {
     moberg_device_start(d->device, f);
   }
-  return 1;
+  return MOBERG_OK;
 }
 
 
-int moberg_config_stop(struct moberg_config *config,
-                       FILE *f)
+struct moberg_status moberg_config_stop(struct moberg_config *config,
+                                        FILE *f)
 {
   for (struct device_entry *d = config->device_head ; d ; d = d->next) {
     moberg_device_stop(d->device, f);
   }
-  return 1;
+  return MOBERG_OK;
 }
diff --git a/moberg_config.h b/moberg_config.h
index a107d8a..986b8a5 100644
--- a/moberg_config.h
+++ b/moberg_config.h
@@ -1,3 +1,24 @@
+/*
+    moberg_config.h -- moberg configuration handling
+
+    Copyright (C) 2019 Anders Blomdell <anders.blomdell@gmail.com>
+
+    This file is part of Moberg.
+
+    Moberg 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 3 of the License, 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 <https://www.gnu.org/licenses/>.
+*/
+
 #ifndef __MOBERG_CONFIG_H__
 #define __MOBERG_CONFIG_H__
 
@@ -11,16 +32,16 @@ void moberg_config_free(struct moberg_config *config);
 int moberg_config_join(struct moberg_config *dest,
                        struct moberg_config *src);
 
-int moberg_config_add_device(struct moberg_config *config,
-                             struct moberg_device *device);
+struct moberg_status moberg_config_add_device(struct moberg_config *config,
+                                              struct moberg_device *device);
 
 int moberg_config_install_channels(struct moberg_config *config,
                                    struct moberg_channel_install *install);
 
-int moberg_config_start(struct moberg_config *config,
-                        FILE *f);
+struct moberg_status moberg_config_start(struct moberg_config *config,
+                                         FILE *f);
 
-int moberg_config_stop(struct moberg_config *config,
-                       FILE *f);
+struct moberg_status moberg_config_stop(struct moberg_config *config,
+                                        FILE *f);
 
 #endif
diff --git a/moberg_device.c b/moberg_device.c
index a85c71b..850d76e 100644
--- a/moberg_device.c
+++ b/moberg_device.c
@@ -1,10 +1,33 @@
+/*
+    moberg_device.c -- moberg device driver interface
+
+    Copyright (C) 2019 Anders Blomdell <anders.blomdell@gmail.com>
+
+    This file is part of Moberg.
+
+    Moberg 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 3 of the License, 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 <https://www.gnu.org/licenses/>.
+*/
+
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
 #include <dlfcn.h>
+#include <errno.h>
+#include <moberg_channel.h>
 #include <moberg_config.h>
 #include <moberg_device.h>
-#include <moberg_channel.h>
+#include <moberg_inline.h>
 
 struct moberg_device {
   struct moberg_device_driver driver;
@@ -97,16 +120,18 @@ int moberg_device_in_use(struct moberg_device *device)
   return use > 1;
 }
 
-int moberg_device_parse_config(struct moberg_device *device,
-                               struct moberg_parser_context *parser)
+struct moberg_status moberg_device_parse_config(
+  struct moberg_device *device,
+  struct moberg_parser_context *parser)
 {
   return device->driver.parse_config(device->device_context, parser);
 }
 
-static int add_channel(struct moberg_device* device,
-                       enum moberg_channel_kind kind,
-                       int index,
-                       union channel channel)
+static struct moberg_status add_channel(
+  struct moberg_device* device,
+  enum moberg_channel_kind kind,
+  int index,
+  union channel channel)
 {
   struct channel_list *element = malloc(sizeof(*element));
   if (! element) { goto err; }
@@ -116,33 +141,41 @@ static int add_channel(struct moberg_device* device,
   element->u = channel;
   *device->channel_tail = element;
   device->channel_tail = &element->next;
-  return 1;
+  return MOBERG_OK;
 err:
-  return 0;
+  return MOBERG_ERRNO(ENOMEM);
 }
 
-static int map(struct moberg_device* device,
-               struct moberg_channel *channel)
+static struct moberg_status map(
+  struct moberg_device* device,
+  struct moberg_channel *channel)
 {
-  int result = 0;
+  struct moberg_status result = MOBERG_ERRNO(EINVAL);
  
-  if (device->range->kind == channel->kind &&
-      device->range->min <= device->range->max) {
-    result = add_channel(device, device->range->kind, device->range->min,
-                         (union channel) { .channel=channel });
-    device->range->min++;
+  if (device->range->kind != channel->kind) {
+    return MOBERG_ERRNO(EINVAL);
   }
-  return result;
+  if (device->range->min > device->range->max) {
+    return MOBERG_ERRNO(ENOSPC);
+  }
+  result = add_channel(device, device->range->kind, device->range->min,
+                       (union channel) { .channel=channel });
+  if (! OK(result)) {
+    return result;
+  }
+  device->range->min++;
+  return MOBERG_OK;
   
 }
 
-int moberg_device_parse_map(struct moberg_device* device,
-                            struct moberg_parser_context *parser,
-                            enum moberg_channel_kind kind,
-                            int min,
-                            int max)
+struct moberg_status moberg_device_parse_map(
+  struct moberg_device* device,
+  struct moberg_parser_context *parser,
+  enum moberg_channel_kind kind,
+  int min,
+  int max)
 {
-  int result;
+  struct moberg_status result;
   struct map_range r = {
     .device=device,
     .kind=kind,
@@ -178,14 +211,14 @@ int moberg_device_install_channels(struct moberg_device *device,
   return 1;
 }
 
-int moberg_device_start(struct moberg_device *device,
-                        FILE *f)
+struct moberg_status moberg_device_start(struct moberg_device *device,
+                                         FILE *f)
 {
   return device->driver.start(device->device_context, f);
 }
 
-int moberg_device_stop(struct moberg_device *device,
-                       FILE *f)
+struct moberg_status moberg_device_stop(struct moberg_device *device,
+                                        FILE *f)
 {
   return device->driver.stop(device->device_context, f);
 }
diff --git a/moberg_device.h b/moberg_device.h
index 449e243..954f694 100644
--- a/moberg_device.h
+++ b/moberg_device.h
@@ -1,3 +1,24 @@
+/*
+    moberg_device.h -- moberg device driver interface
+
+    Copyright (C) 2019 Anders Blomdell <anders.blomdell@gmail.com>
+
+    This file is part of Moberg.
+
+    Moberg 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 3 of the License, 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 <https://www.gnu.org/licenses/>.
+*/
+    
 #ifndef __MOBERG_DEVICE_H__
 #define __MOBERG_DEVICE_H__
 
@@ -21,20 +42,20 @@ struct moberg_device_driver {
   int (*down)(struct moberg_device_context *context);
 
   /* Parse driver dependent parts of config file */
-  int (*parse_config)(
+  struct moberg_status (*parse_config)(
     struct moberg_device_context *device,
     struct moberg_parser_context *parser);
-  int (*parse_map)(
+  struct moberg_status (*parse_map)(
     struct moberg_device_context *device,
     struct moberg_parser_context *parser,
     enum moberg_channel_kind kind,
     struct moberg_channel_map *map);
 
-  /* Shell commands for starting and stopping */
-  int (*start)(
+  /* Write shell commands for starting and stopping to FILE *f */
+  struct moberg_status (*start)(
     struct moberg_device_context *device,
     FILE *f);
-  int (*stop)(
+  struct moberg_status (*stop)(
     struct moberg_device_context *device,
     FILE *f);
   
@@ -49,23 +70,28 @@ void moberg_device_free(struct moberg_device *device);
 
 int moberg_device_in_use(struct moberg_device *device);
 
-int moberg_device_parse_config(struct moberg_device* device,
-                               struct moberg_parser_context *context);
+struct moberg_status moberg_device_parse_config(
+  struct moberg_device* device,
+  struct moberg_parser_context *context);
 
-int moberg_device_parse_map(struct moberg_device* device,
-                            struct moberg_parser_context *parser,
-                            enum moberg_channel_kind kind,
-                            int min,
-                            int max);
+struct moberg_status moberg_device_parse_map(
+  struct moberg_device* device,
+  struct moberg_parser_context *parser,
+  enum moberg_channel_kind kind,
+  int min,
+  int max);
 
-int moberg_device_install_channels(struct moberg_device *device,
-                                   struct moberg_channel_install *install);
+int moberg_device_install_channels(
+  struct moberg_device *device,
+  struct moberg_channel_install *install);
 
-int moberg_device_start(struct moberg_device *device,
-                        FILE *f);
+struct moberg_status moberg_device_start(
+  struct moberg_device *device,
+  FILE *f);
 
-int moberg_device_stop(struct moberg_device *device,
-                       FILE *f);
+struct moberg_status moberg_device_stop(
+  struct moberg_device *device,
+  FILE *f);
 
 
 
diff --git a/moberg_inline.h b/moberg_inline.h
new file mode 100644
index 0000000..513a9ad
--- /dev/null
+++ b/moberg_inline.h
@@ -0,0 +1,60 @@
+/*
+    moberg_inline.h -- useful short names for moberg implementation
+
+    Copyright (C) 2019 Anders Blomdell <anders.blomdell@gmail.com>
+
+    This file is part of Moberg.
+
+    Moberg 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 3 of the License, 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 <https://www.gnu.org/licenses/>.
+*/
+    
+#ifndef __MOBERG_INLINE_H__
+#define __MOBERG_INLINE_H__
+
+#include <moberg.h>
+#include <moberg_module.h>
+
+/* Error handling */
+
+#define MOBERG_OK (struct moberg_status){ .result=0, .error=NULL }
+#define MOBERG_ERRNO(errno) (struct moberg_status){ .result=errno, .error=NULL }
+
+static int inline OK(struct moberg_status status)
+{
+  return moberg_OK(status);
+}
+
+/* Config file parsing */
+
+typedef enum moberg_parser_token_kind kind_t;
+typedef struct moberg_parser_token token_t;
+typedef struct moberg_parser_ident ident_t;
+typedef struct moberg_parser_context context_t;
+
+static inline int acceptsym(context_t *c,
+                            kind_t kind,
+                            token_t *token)
+{
+  return moberg_parser_acceptsym(c, kind, token);
+}
+  
+static inline int acceptkeyword(context_t *c,
+				const char *keyword)
+{
+  return moberg_parser_acceptkeyword(c, keyword);
+}
+
+#endif
+
+
diff --git a/moberg_module.h b/moberg_module.h
index e3bf1b1..c552717 100644
--- a/moberg_module.h
+++ b/moberg_module.h
@@ -1,3 +1,24 @@
+/*
+    moberg_module.h -- moberg module interface to parser
+
+    Copyright (C) 2019 Anders Blomdell <anders.blomdell@gmail.com>
+
+    This file is part of Moberg.
+
+    Moberg 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 3 of the License, 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 <https://www.gnu.org/licenses/>.
+*/
+    
 #ifndef __MOBERG_MODULE_H__
 #define __MOBERG_MODULE_H__
 
@@ -50,7 +71,7 @@ int moberg_parser_acceptkeyword(
   struct moberg_parser_context *c,
   const char *keyword);
 
-void moberg_parser_failed(
+struct moberg_status moberg_parser_failed(
   struct moberg_parser_context *c,
   FILE *f);
 
diff --git a/moberg_parser.c b/moberg_parser.c
index 9ce96cc..fb2aa76 100644
--- a/moberg_parser.c
+++ b/moberg_parser.c
@@ -1,3 +1,24 @@
+/*
+    moberg_parser.c -- moberg parser interface
+
+    Copyright (C) 2019 Anders Blomdell <anders.blomdell@gmail.com>
+
+    This file is part of Moberg.
+
+    Moberg 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 3 of the License, 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 <https://www.gnu.org/licenses/>.
+*/
+
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
@@ -5,15 +26,14 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <errno.h>
+#include <moberg.h>
+#include <moberg_inline.h>
 #include <moberg_config.h>
 #include <moberg_parser.h>
 #include <moberg_module.h>
 #include <moberg_device.h>
 
-typedef enum moberg_parser_token_kind kind_t;
-typedef struct moberg_parser_token token_t;
-typedef struct moberg_parser_ident ident_t;
-
 #define MAX_EXPECTED 10
 
 typedef struct moberg_parser_context {
@@ -28,19 +48,6 @@ typedef struct moberg_parser_context {
 } context_t;
 
 
-static inline int acceptsym(context_t *c,
-			   kind_t kind,
-			   token_t *token)
-{
-  return moberg_parser_acceptsym(c, kind, token);
-}
-  
-static inline int acceptkeyword(context_t *c,
-				const char *keyword)
-{
-  return moberg_parser_acceptkeyword(c, keyword);
-}
- 
 static const void nextsym_ident(context_t *c)
 {
   c->token.kind = tok_IDENT;
@@ -247,7 +254,7 @@ int moberg_parser_acceptkeyword(context_t *c,
   return 0;
 }
 
-void moberg_parser_failed(
+struct moberg_status moberg_parser_failed(
   struct moberg_parser_context *c,
   FILE *f)
 {
@@ -285,6 +292,7 @@ void moberg_parser_failed(
       break;
   }
   fprintf(f, "\n%s\n", c->p);
+  return MOBERG_ERRNO(EINVAL);
 }
 
 
@@ -314,8 +322,8 @@ err:
   return 0;
 }
 
-static int parse_map(context_t *c,
-                     struct moberg_device *device)
+static struct moberg_status parse_map(context_t *c,
+                                      struct moberg_device *device)
 {
   enum moberg_channel_kind kind;
   int min, max;
@@ -328,42 +336,45 @@ static int parse_map(context_t *c,
   else { goto syntax_err; }
   if (! parse_map_range(c, &min, &max)) { goto syntax_err; }
   if (! acceptsym(c, tok_EQUAL, NULL)) { goto syntax_err; }
-  if (! moberg_device_parse_map(device, c, kind, min, max)) {
-    goto err;
-  }
+  struct moberg_status result = moberg_device_parse_map(device, c,
+                                                        kind, min, max);
+  if (! OK(result)) { return result; }
   if (! acceptsym(c, tok_SEMICOLON, NULL)) { goto syntax_err; }
-  return 1;
+  return MOBERG_OK;
 syntax_err:
-  moberg_parser_failed(c, stderr);
-err:    
-  return 0;
+  return moberg_parser_failed(c, stderr);
 }
 
-static int parse_device(context_t *c,
-                        struct moberg_device *device)
+static struct moberg_status parse_device(context_t *c,
+                                         struct moberg_device *device)
 {
   if (! acceptsym(c, tok_LBRACE, NULL)) { goto syntax_err; }
   for (;;) {
     if (acceptkeyword(c, "config")) {
-     moberg_device_parse_config(device, c);
+      struct moberg_status result = moberg_device_parse_config(device, c);
+      if (! OK(result)) {
+        return result;
+      }
     } else if (acceptkeyword(c, "map")) {
-      if (! parse_map(c, device)) { goto err; }
+      struct moberg_status result = parse_map(c, device);
+      if (! OK(result)) {
+        return result;
+      }
     } else if (acceptsym(c, tok_RBRACE, NULL)) {
       break;
     } else {
       goto syntax_err;
     }
   }
-  return 1;
+  return MOBERG_OK;
 syntax_err:
-  moberg_parser_failed(c, stderr);
-err:
-  return 0;
+  return moberg_parser_failed(c, stderr);
 }
 
-static int parse(struct moberg *moberg,
-                 context_t *c)
+static struct moberg_status parse(struct moberg *moberg,
+                                  context_t *c)
 {
+  struct moberg_status result = MOBERG_OK;
   for (;;) {
     if (acceptsym(c, tok_EOF, NULL)) {
       break;
@@ -380,30 +391,34 @@ static int parse(struct moberg *moberg,
       if (! name) {
         fprintf(stderr, "Failed to allocate driver name '%.*s'\n",
                 t.u.idstr.length, t.u.idstr.value);
-        goto err;
+        result = MOBERG_ERRNO(ENOMEM);
+        goto err_result;
       }
       device = moberg_device_new(moberg, name);
       free(name);
-      if (! device) { goto err; }
-
-      if (! parse_device(c, device)) {
+      if (! device) {
+        result = MOBERG_ERRNO(ENOMEM);
+        goto err_result;
+      }
+      result = parse_device(c, device);
+      if (! OK(result)) {
         goto device_free;
       }
-      if (! moberg_config_add_device(c->config, device)) {
+      result = moberg_config_add_device(c->config, device);
+      if (! OK(result)) {
         goto device_free;
       }
       continue;
     device_free:
       moberg_device_free(device);      
-      goto err;
+      goto err_result;
     }
   }
-  return 1;
+  return MOBERG_OK;
+err_result:
+  return result;
 syntax_err:  
-  moberg_parser_failed(c, stderr);
-  goto err;
-err:
-  return 0;
+  return moberg_parser_failed(c, stderr);
 }
 
 struct moberg_config *moberg_parse(struct moberg *moberg,
@@ -417,7 +432,7 @@ struct moberg_config *moberg_parse(struct moberg *moberg,
     context.buf = buf;
     context.p = context.buf;
     nextsym(&context);
-    if (! parse(moberg, &context)) {
+    if (! OK(parse(moberg, &context))) {
       moberg_config_free(context.config);
       context.config = NULL;
     }
diff --git a/moberg_parser.h b/moberg_parser.h
index 575f845..721c42b 100644
--- a/moberg_parser.h
+++ b/moberg_parser.h
@@ -1,3 +1,24 @@
+/*
+    moberg_parser.h -- moberg parser interface
+
+    Copyright (C) 2019 Anders Blomdell <anders.blomdell@gmail.com>
+
+    This file is part of Moberg.
+
+    Moberg 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 3 of the License, 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 <https://www.gnu.org/licenses/>.
+*/
+    
 #ifndef __MOBERG_PARSER_H__
 #define __MOBERG_PARSER_H__
 
diff --git a/plugins/comedi/Makefile b/plugins/comedi/Makefile
index 5aa40f2..7a574ae 100644
--- a/plugins/comedi/Makefile
+++ b/plugins/comedi/Makefile
@@ -6,4 +6,9 @@ all:	$(LIBRARIES:%=../../build/%)
 ../../build/libmoberg_comedi.so: comedi.c Makefile
 	$(CC) -o $@ $(CCFLAGS) -shared -fPIC -lcomedi -L../../build -lmoberg $<
 
+../../build/libmoberg_comedi.so: ../../moberg.h
+../../build/libmoberg_comedi.so: ../../moberg_config.h
+../../build/libmoberg_comedi.so: ../../moberg_device.h
+../../build/libmoberg_comedi.so: ../../moberg_inline.h
 ../../build/libmoberg_comedi.so: ../../moberg_module.h
+../../build/libmoberg_comedi.so: ../../moberg_parser.h
diff --git a/plugins/comedi/comedi.c b/plugins/comedi/comedi.c
index 8af55cf..423d377 100644
--- a/plugins/comedi/comedi.c
+++ b/plugins/comedi/comedi.c
@@ -1,16 +1,35 @@
-#include <moberg_config.h>
-#include <moberg_parser.h>
-#include <moberg_module.h>
-#include <moberg_device.h>
+/*
+    comedi.c -- comedi plugin for moberg
+
+    Copyright (C) 2019 Anders Blomdell <anders.blomdell@gmail.com>
+
+    This file is part of Moberg.
+
+    Moberg 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 3 of the License, 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 <https://www.gnu.org/licenses/>.
+*/
+    
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <errno.h>
 #include <comedilib.h>
-
-typedef enum moberg_parser_token_kind kind_t;
-typedef struct moberg_parser_token token_t;
-typedef struct moberg_parser_ident ident_t;
-typedef struct moberg_parser_context context_t;
+#include <moberg.h>
+#include <moberg_config.h>
+#include <moberg_device.h>
+#include <moberg_inline.h>
+#include <moberg_module.h>
+#include <moberg_parser.h>
 
 struct moberg_device_context {
   struct moberg *moberg;
@@ -70,26 +89,31 @@ struct moberg_channel_encoder_in {
   struct moberg_channel_context channel_context;
 };
 
-static int analog_in_read(struct moberg_channel_analog_in *analog_in,
-                          double *value)
+static struct moberg_status analog_in_read(
+  struct moberg_channel_analog_in *analog_in,
+  double *value)
 {
-  if (! value) { goto err; }
+  if (! value) { goto err_einval; }
   struct channel_descriptor descriptor = analog_in->channel_context.descriptor;
   lsampl_t data;
-  comedi_data_read(analog_in->channel_context.device->comedi.handle,
-                   descriptor.subdevice,
-                   descriptor.subchannel,
-                   0, 0, &data);
+  if (0 > comedi_data_read(analog_in->channel_context.device->comedi.handle,
+                           descriptor.subdevice,
+                           descriptor.subchannel,
+                           0, 0, &data)) {
+    goto err_errno;
+  }
   *value = descriptor.min + data * descriptor.delta;
-  return 1;
-err:
-  return 0;
+  return MOBERG_OK;
+err_einval:
+  return MOBERG_ERRNO(EINVAL);
+err_errno:
+  return MOBERG_ERRNO(comedi_errno());
 }
 
-static int analog_out_write(struct moberg_channel_analog_out *analog_out,
-                            double value)
+static struct moberg_status analog_out_write(
+  struct moberg_channel_analog_out *analog_out,
+  double value)
 {
-  if (! value) { goto err; }
   struct channel_descriptor descriptor = analog_out->channel_context.descriptor;
   lsampl_t data;
   if (value < descriptor.min) {
@@ -104,60 +128,73 @@ static int analog_out_write(struct moberg_channel_analog_out *analog_out,
   } else if (data > descriptor.maxdata) {
     data = descriptor.maxdata;
   }
-  comedi_data_write(analog_out->channel_context.device->comedi.handle,
-                   descriptor.subdevice,
-                   descriptor.subchannel,
-                   0, 0, data);
-  return 1;
-err:
-  return 0;
+  if (0 > comedi_data_write(analog_out->channel_context.device->comedi.handle,
+                            descriptor.subdevice,
+                            descriptor.subchannel,
+                            0, 0, data)) {
+    goto err_errno;
+  }
+  return MOBERG_OK;
+err_errno:
+  return MOBERG_ERRNO(comedi_errno());
 }
 
-static int digital_in_read(struct moberg_channel_digital_in *digital_in,
-                           int *value)
+static struct moberg_status digital_in_read(
+  struct moberg_channel_digital_in *digital_in,
+  int *value)
 {
-  if (! value) { goto err; }
+  if (! value) { goto err_einval; }
   struct channel_descriptor descriptor = digital_in->channel_context.descriptor;
   lsampl_t data;
-  comedi_data_read(digital_in->channel_context.device->comedi.handle,
-                   descriptor.subdevice,
-                   descriptor.subchannel,
-                   0, 0, &data);
+  if (0 > comedi_data_read(digital_in->channel_context.device->comedi.handle,
+                           descriptor.subdevice,
+                           descriptor.subchannel,
+                           0, 0, &data)) {
+    goto err_errno;
+  }
   *value = data;
-  return 1;
-err:
-  return 0;
+  return MOBERG_OK;
+err_einval:
+  return MOBERG_ERRNO(EINVAL);
+err_errno:
+  return MOBERG_ERRNO(comedi_errno());
 }
 
-static int digital_out_write(struct moberg_channel_digital_out *digital_out,
-                             int value)
+static struct moberg_status digital_out_write(
+  struct moberg_channel_digital_out *digital_out,
+  int value)
 {
-  if (! value) { goto err; }
   struct channel_descriptor descriptor = digital_out->channel_context.descriptor;
   lsampl_t data = value==0?0:1;
-  comedi_data_write(digital_out->channel_context.device->comedi.handle,
-                   descriptor.subdevice,
-                   descriptor.subchannel,
-                   0, 0, data);
-  return 1;
-err:
-  return 0;
+  if (0 > comedi_data_write(digital_out->channel_context.device->comedi.handle,
+                            descriptor.subdevice,
+                            descriptor.subchannel,
+                            0, 0, data)) {
+    goto err_errno;
+  }
+  return MOBERG_OK;
+err_errno:
+  return MOBERG_ERRNO(comedi_errno());
 }
 
-static int encoder_in_read(struct moberg_channel_encoder_in *encoder_in,
+static struct moberg_status encoder_in_read(struct moberg_channel_encoder_in *encoder_in,
                            long *value)
 {
-  if (! value) { goto err; }
+  if (! value) { goto err_einval; }
   struct channel_descriptor descriptor = encoder_in->channel_context.descriptor;
   lsampl_t data;
-  comedi_data_read(encoder_in->channel_context.device->comedi.handle,
-                   descriptor.subdevice,
-                   descriptor.subchannel,
-                   0, 0, &data);
+   if (0 > comedi_data_read(encoder_in->channel_context.device->comedi.handle,
+                            descriptor.subdevice,
+                            descriptor.subchannel,
+                            0, 0, &data)) {
+    goto err_errno;
+  }
   *value = data - descriptor.maxdata / 2;
-  return 1;
-err:
-  return 0;
+  return MOBERG_OK;
+err_einval:
+  return MOBERG_ERRNO(EINVAL);
+err_errno:
+  return MOBERG_ERRNO(comedi_errno());
 }
 
 static struct moberg_device_context *new_context(struct moberg *moberg,
@@ -214,29 +251,32 @@ static int device_down(struct moberg_device_context *device)
   return result;
 }
 
-static int device_open(struct moberg_device_context *device)
+static struct moberg_status device_open(struct moberg_device_context *device)
 {
   if (device->comedi.count == 0) {
     device->comedi.handle = comedi_open(device->name);
     if (device->comedi.handle == NULL) {
-      goto err;
+      goto err_errno;
     }
   }
   device->comedi.count++;
-  return 1;
-err:
+  return MOBERG_OK;
+err_errno:
   fprintf(stderr, "Failed to open %s\n", device->name);
-  return 0;
+  return MOBERG_ERRNO(errno);
 }
 
-static int device_close(struct moberg_device_context *device)
+static struct moberg_status device_close(struct moberg_device_context *device)
 {
   device->comedi.count--;
   if (device->comedi.count == 0) {
-    comedi_close(device->comedi.handle);
+    if (comedi_close(device->comedi.handle)) {
+      goto err_errno;
+    }
   }
-
-  return 1;
+  return MOBERG_OK;
+err_errno:
+  return MOBERG_ERRNO(errno);
 }
 
 static int channel_up(struct moberg_channel *channel)
@@ -257,10 +297,11 @@ static int channel_down(struct moberg_channel *channel)
   return channel->context->use_count;
 }
 
-static int channel_open(struct moberg_channel *channel)
+static struct moberg_status channel_open(struct moberg_channel *channel)
 {
+  struct moberg_status result = device_open(channel->context->device);
+  if (! OK(result)) { goto err_result; }
   channel_up(channel);
-  if (! device_open(channel->context->device)) { goto err; }
   lsampl_t maxdata;
   comedi_range *range;
           
@@ -277,29 +318,33 @@ static int channel_open(struct moberg_channel *channel)
             channel->context->device->name, 
             channel->context->descriptor.subdevice, 
             channel->context->descriptor.subchannel);
-    goto err;
+    goto err_enodata;
   }
   if (! range) {
     fprintf(stderr, "Failed to get range for %s[%d][%d]\n",
             channel->context->device->name, 
             channel->context->descriptor.subdevice, 
             channel->context->descriptor.subchannel);
-    goto err;
+    goto err_enodata;
   }
   channel->context->descriptor.maxdata = maxdata;
   channel->context->descriptor.min = range->min;
   channel->context->descriptor.max = range->max;
   channel->context->descriptor.delta = (range->max - range->min) / maxdata;
   if (channel->kind == chan_DIGITALIN) {
-    comedi_dio_config(channel->context->device->comedi.handle,
-                      channel->context->descriptor.subdevice,
-                      channel->context->descriptor.subchannel,
-                      0);
+    if (comedi_dio_config(channel->context->device->comedi.handle,
+                          channel->context->descriptor.subdevice,
+                          channel->context->descriptor.subchannel,
+                          0)) {
+      goto err_errno;
+    }
   } else if (channel->kind == chan_DIGITALOUT) {
-    comedi_dio_config(channel->context->device->comedi.handle,
-                      channel->context->descriptor.subdevice,
-                      channel->context->descriptor.subchannel,
-                      1);
+    if(comedi_dio_config(channel->context->device->comedi.handle,
+                         channel->context->descriptor.subdevice,
+                         channel->context->descriptor.subchannel,
+                         1)) {
+      goto err_errno;
+    }
   }
   if (channel->context->descriptor.route != -1) {
     comedi_insn insn;
@@ -312,18 +357,27 @@ static int channel_open(struct moberg_channel *channel)
     insn.n = sizeof(data) / sizeof(data[0]);
     data[0] = INSN_CONFIG_SET_ROUTING;
     data[1] = channel->context->descriptor.route;
-    comedi_do_insn(channel->context->device->comedi.handle, &insn);
+    if (comedi_do_insn(channel->context->device->comedi.handle, &insn)) {
+      goto err_errno;
+    }
   }
-  return 1;
-err:
-  return 0;
+  return MOBERG_OK;
+err_errno:
+  return MOBERG_ERRNO(errno);
+err_enodata:
+  return MOBERG_ERRNO(ENODATA);
+err_result:
+  return result;
 }
 
-static int channel_close(struct moberg_channel *channel)
+static struct moberg_status channel_close(struct moberg_channel *channel)
 {
-  device_close(channel->context->device);
   channel_down(channel);
-  return 1;  
+  struct moberg_status result = device_close(channel->context->device);
+  if (! OK(result)) { goto err_result; }
+  return MOBERG_OK;
+err_result:
+  return result;
 }
 
 static void init_channel(struct moberg_channel *channel,
@@ -348,57 +402,47 @@ static void init_channel(struct moberg_channel *channel,
   channel->action = action;
 };
 
-static inline int acceptsym(context_t *c,
-			   kind_t kind,
-			   token_t *token)
-{
-  return moberg_parser_acceptsym(c, kind, token);
-}
-  
-static inline int acceptkeyword(context_t *c,
-				const char *keyword)
-{
-  return moberg_parser_acceptkeyword(c, keyword);
-}
-
-static int append_modprobe(struct moberg_device_context *device,
-                           token_t token)
+static struct moberg_status append_modprobe(
+  struct moberg_device_context *device,
+  token_t token)
 {
   struct idstr *modprobe = malloc(sizeof(*modprobe));
-  if (! modprobe) { goto err; }
+  if (! modprobe) { goto err_enomem; }
   modprobe->value = strndup(token.u.idstr.value, token.u.idstr.length);
   if (! modprobe->value) { goto free_modprobe; }
   modprobe->prev = device->modprobe_list.prev;
   modprobe->next = modprobe->prev->next;
   modprobe->prev->next = modprobe;
   modprobe->next->prev = modprobe;
-  return 1;
+  return MOBERG_OK;
 free_modprobe:
   free(modprobe);
-err:
-  return 0;
+err_enomem:
+  return MOBERG_ERRNO(ENOMEM);
 }
-  
-static int append_config(struct moberg_device_context *device,
-                           token_t token)
+
+static struct moberg_status append_config(
+  struct moberg_device_context *device,
+  token_t token)
 {
   struct idstr *config = malloc(sizeof(*config));
-  if (! config) { goto err; }
+  if (! config) { goto err_enomem; }
   config->value = strndup(token.u.idstr.value, token.u.idstr.length);
   if (! config->value) { goto free_config; }
   config->prev = device->config_list.prev;
   config->next = config->prev->next;
   config->prev->next = config;
   config->next->prev = config;
-  return 1;
+  return MOBERG_OK;
 free_config:
   free(config);
-err:
-  return 0;
+err_enomem:
+  return MOBERG_ERRNO(ENOMEM);
 }
   
-static int parse_config(struct moberg_device_context *device,
-                        struct moberg_parser_context *c)
+static struct moberg_status parse_config(
+  struct moberg_device_context *device,
+  struct moberg_parser_context *c)
 {
   if (! acceptsym(c, tok_LBRACE, NULL)) { goto syntax_err; }
   for (;;) {
@@ -410,6 +454,7 @@ static int parse_config(struct moberg_device_context *device,
       if (! acceptsym(c, tok_STRING, &name)) { goto syntax_err; }
       if (! acceptsym(c, tok_SEMICOLON, NULL)) { goto syntax_err; }
       device->name = strndup(name.u.idstr.value, name.u.idstr.length);
+      if (! device->name) { goto err_enomem; }
     } else if (acceptkeyword(c, "config")) {
       if (! acceptsym(c, tok_EQUAL, NULL)) { goto syntax_err; }
       if (! acceptsym(c, tok_LBRACKET, NULL)) { goto syntax_err; }
@@ -444,33 +489,35 @@ static int parse_config(struct moberg_device_context *device,
       goto syntax_err;
     }
   }
-  return 1;
+  return MOBERG_OK;
+err_enomem:
+  return MOBERG_ERRNO(ENOMEM);  
 syntax_err:
-  moberg_parser_failed(c, stderr);
-  return 0;
+  return moberg_parser_failed(c, stderr);
 }
 
-static int parse_map(struct moberg_device_context *device,
-                     struct moberg_parser_context *c,
-                     enum moberg_channel_kind kind,
-                     struct moberg_channel_map *map)
+static struct moberg_status parse_map(
+  struct moberg_device_context *device,
+  struct moberg_parser_context *c,
+  enum moberg_channel_kind kind,
+  struct moberg_channel_map *map)
 {
   token_t min, max, route={ .u.integer.value=-1 };
 
-  if (! acceptsym(c, tok_LBRACE, NULL)) { goto err; }
+  if (! acceptsym(c, tok_LBRACE, NULL)) { goto syntax_err; }
   for (;;) {
     token_t subdevice;
-    if (! acceptkeyword(c, "subdevice") != 0) {  goto err; }
-    if (! acceptsym(c, tok_LBRACKET, NULL)) { goto err; }
-    if (! acceptsym(c, tok_INTEGER, &subdevice)) { goto err; }
-    if (! acceptsym(c, tok_RBRACKET, NULL)) { goto err; }
+    if (! acceptkeyword(c, "subdevice") != 0) {  goto syntax_err; }
+    if (! acceptsym(c, tok_LBRACKET, NULL)) { goto syntax_err; }
+    if (! acceptsym(c, tok_INTEGER, &subdevice)) { goto syntax_err; }
+    if (! acceptsym(c, tok_RBRACKET, NULL)) { goto syntax_err; }
     if (acceptkeyword(c, "route")) {
-      if (! acceptsym(c, tok_INTEGER, &route)) { goto err; }
+      if (! acceptsym(c, tok_INTEGER, &route)) { goto syntax_err; }
     }
-    if (! acceptsym(c, tok_LBRACKET, NULL)) { goto err; }
-    if (! acceptsym(c, tok_INTEGER, &min)) { goto err; }
+    if (! acceptsym(c, tok_LBRACKET, NULL)) { goto syntax_err; }
+    if (! acceptsym(c, tok_INTEGER, &min)) { goto syntax_err; }
     if (acceptsym(c, tok_COLON, NULL)) { 
-      if (! acceptsym(c, tok_INTEGER, &max)) { goto err; }
+      if (! acceptsym(c, tok_INTEGER, &max)) { goto syntax_err; }
     } else {
       max = min;
     }
@@ -485,105 +532,96 @@ static int parse_map(struct moberg_device_context *device,
       };
       switch (kind) {
         case chan_ANALOGIN: {
-          struct moberg_channel_analog_in *channel =
-            malloc(sizeof(*channel));
+          struct moberg_channel_analog_in *channel = malloc(sizeof(*channel));
           
-          if (channel) {
-            init_channel(&channel->channel,
-                         channel,
-                         &channel->channel_context,
-                         device,
-                         descriptor,
-                         kind,
-                         (union moberg_channel_action) {
-                           .analog_in.context=channel,
-                           .analog_in.read=analog_in_read });
-            map->map(map->device, &channel->channel);
-          }
+          if (! channel) { goto err_enomem; }
+          init_channel(&channel->channel,
+                       channel,
+                       &channel->channel_context,
+                       device,
+                       descriptor,
+                       kind,
+                       (union moberg_channel_action) {
+                         .analog_in.context=channel,
+                         .analog_in.read=analog_in_read });
+          map->map(map->device, &channel->channel);
         } break;
         case chan_ANALOGOUT: {
-          struct moberg_channel_analog_out *channel =
-            malloc(sizeof(*channel));
+          struct moberg_channel_analog_out *channel = malloc(sizeof(*channel));
           
-          if (channel) {
-            init_channel(&channel->channel,
-                         channel,
-                         &channel->channel_context,
-                         device,
-                         descriptor,
-                         kind,
-                         (union moberg_channel_action) {
-                           .analog_out.context=channel,
-                           .analog_out.write=analog_out_write });
-            map->map(map->device, &channel->channel);
-          }
+          if (! channel) { goto err_enomem; }
+          init_channel(&channel->channel,
+                       channel,
+                       &channel->channel_context,
+                       device,
+                       descriptor,
+                       kind,
+                       (union moberg_channel_action) {
+                         .analog_out.context=channel,
+                         .analog_out.write=analog_out_write });
+          map->map(map->device, &channel->channel);
         } break;
         case chan_DIGITALIN: {
-          struct moberg_channel_digital_in *channel =
-            malloc(sizeof(*channel));
+          struct moberg_channel_digital_in *channel = malloc(sizeof(*channel));
           
-          if (channel) {
-            init_channel(&channel->channel,
-                         channel,
-                         &channel->channel_context,
-                         device,
-                         descriptor,
-                         kind,
-                         (union moberg_channel_action) {
-                           .digital_in.context=channel,
-                           .digital_in.read=digital_in_read });
-            map->map(map->device, &channel->channel);
-          }
+          if (!channel)  { goto err_enomem; }
+          init_channel(&channel->channel,
+                       channel,
+                       &channel->channel_context,
+                       device,
+                       descriptor,
+                       kind,
+                       (union moberg_channel_action) {
+                         .digital_in.context=channel,
+                         .digital_in.read=digital_in_read });
+          map->map(map->device, &channel->channel);
         } break;
         case chan_DIGITALOUT: {
-          struct moberg_channel_digital_out *channel =
-            malloc(sizeof(*channel));
+          struct moberg_channel_digital_out *channel = malloc(sizeof(*channel));
           
-          if (channel) {
-            init_channel(&channel->channel,
-                         channel,
-                         &channel->channel_context,
-                         device,
-                         descriptor,
-                         kind,
-                         (union moberg_channel_action) {
-                           .digital_out.context=channel,
-                           .digital_out.write=digital_out_write });
-            map->map(map->device, &channel->channel);
-          }
+          if (!channel) { goto err_enomem; }
+          init_channel(&channel->channel,
+                       channel,
+                       &channel->channel_context,
+                       device,
+                       descriptor,
+                       kind,
+                       (union moberg_channel_action) {
+                         .digital_out.context=channel,
+                         .digital_out.write=digital_out_write });
+          map->map(map->device, &channel->channel);
         } break;
         case chan_ENCODERIN: {
-          struct moberg_channel_encoder_in *channel =
-            malloc(sizeof(*channel));
+          struct moberg_channel_encoder_in *channel = malloc(sizeof(*channel));
           
-          if (channel) {
-            init_channel(&channel->channel,
-                         channel,
-                         &channel->channel_context,
-                         device,
-                         descriptor,
-                         kind,
-                         (union moberg_channel_action) {
-                           .encoder_in.context=channel,
-                           .encoder_in.read=encoder_in_read });
-            map->map(map->device, &channel->channel);
-          }
+          if (! channel) { goto err_enomem; }
+          init_channel(&channel->channel,
+                       channel,
+                       &channel->channel_context,
+                       device,
+                       descriptor,
+                       kind,
+                       (union moberg_channel_action) {
+                         .encoder_in.context=channel,
+                         .encoder_in.read=encoder_in_read });
+          map->map(map->device, &channel->channel);
         } break;
       }
     }
-    if (! acceptsym(c, tok_RBRACKET, NULL)) { goto err; }
+    if (! acceptsym(c, tok_RBRACKET, NULL)) { goto syntax_err; }
     if (! acceptsym(c, tok_COMMA, NULL)) { break; }
     
   }
-  if (! acceptsym(c, tok_RBRACE, NULL)) { goto err; }
-  return 1;
-err:
-  moberg_parser_failed(c, stderr);
-  return 0;
+  if (! acceptsym(c, tok_RBRACE, NULL)) { goto syntax_err; }
+  return MOBERG_OK;
+err_enomem:
+  return MOBERG_ERRNO(ENOMEM);
+syntax_err:
+  return moberg_parser_failed(c, stderr);
 }
 
-static int start(struct moberg_device_context *device,
-                 FILE *f)
+static struct moberg_status start(struct moberg_device_context *device,
+                                  FILE *f)
 {
   for (struct idstr *e = device->modprobe_list.next ;
        e != &device->modprobe_list ;
@@ -604,11 +642,11 @@ static int start(struct moberg_device_context *device,
   }
   fprintf(f, "\n");
   
-  return 1;
+  return MOBERG_OK;
 }
 
-static int stop(struct moberg_device_context *device,
-                 FILE *f)
+static struct moberg_status stop(struct moberg_device_context *device,
+                                 FILE *f)
 {
   fprintf(f, "comedi_config --remove %s\n", device->name);
   for (struct idstr *e = device->modprobe_list.prev ;
@@ -616,7 +654,7 @@ static int stop(struct moberg_device_context *device,
        e = e->prev) {
     fprintf(f, "rmmod %s\n", e->value);
   }
-  return 1;
+  return MOBERG_OK;
 }
 
 struct moberg_device_driver moberg_device_driver = {
diff --git a/plugins/serial2002/serial2002.c b/plugins/serial2002/serial2002.c
index 5674770..06c8176 100644
--- a/plugins/serial2002/serial2002.c
+++ b/plugins/serial2002/serial2002.c
@@ -1,14 +1,34 @@
-#include <moberg_config.h>
-#include <moberg_parser.h>
-#include <moberg_module.h>
-#include <moberg_device.h>
+/*
+    serial2002.c -- serial2002 plugin for moberg
+
+    Copyright (C) 2019 Anders Blomdell <anders.blomdell@gmail.com>
+
+    This file is part of Moberg.
+
+    Moberg 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 3 of the License, 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 <https://www.gnu.org/licenses/>.
+*/
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-
-typedef enum moberg_parser_token_kind kind_t;
-typedef struct moberg_parser_token token_t;
-typedef struct moberg_parser_context context_t;
+#include <errno.h>
+#include <moberg.h>
+#include <moberg_config.h>
+#include <moberg_device.h>
+#include <moberg_inline.h>
+#include <moberg_module.h>
+#include <moberg_parser.h>
 
 struct moberg_device_context {
   struct moberg *moberg;
@@ -122,20 +142,7 @@ static void init_channel(
   channel->action = action;
 };
 
-static inline int acceptsym(context_t *c,
-                            kind_t kind,
-                            token_t *token)
-{
-  return moberg_parser_acceptsym(c, kind, token);
-}
-  
-static inline int acceptkeyword(context_t *c,
-				const char *keyword)
-{
-  return moberg_parser_acceptkeyword(c, keyword);
-}
-  
-static int parse_config(
+static struct moberg_status parse_config(
   struct moberg_device_context *device,
   struct moberg_parser_context *c)
 {
@@ -149,6 +156,7 @@ static int parse_config(
       if (! acceptsym(c, tok_STRING, &name)) { goto syntax_err; }
       if (! acceptsym(c, tok_SEMICOLON, NULL)) { goto syntax_err; }
       device->name = strndup(name.u.idstr.value, name.u.idstr.length);
+      if (! device->name) { goto err_enomem; }
     } else if (acceptkeyword(c, "baud")) {
       token_t baud;
       if (! acceptsym(c, tok_EQUAL, NULL)) { goto syntax_err; }
@@ -159,13 +167,14 @@ static int parse_config(
       goto syntax_err;
     }
   }
-  return 1;
+  return MOBERG_OK;
+err_enomem:
+  return MOBERG_ERRNO(ENOMEM);  
 syntax_err:
-  moberg_parser_failed(c, stderr);
-  return 0;
+  return moberg_parser_failed(c, stderr);
 }
 
-static int parse_map(
+static struct moberg_status parse_map(
   struct moberg_device_context *device,
   struct moberg_parser_context *c,
   enum moberg_channel_kind ignore,
@@ -191,103 +200,94 @@ static int parse_map(
   for (int i = min.u.integer.value ; i <= max.u.integer.value ; i++) {
     switch (kind) {
       case chan_ANALOGIN: {
-        struct moberg_channel_analog_in *channel =
-          malloc(sizeof(*channel));
-        
-        if (channel) {
-          init_channel(&channel->channel,
-                       channel,
-                       &channel->channel_context,
-                       device,
-                       kind,
-                       (union moberg_channel_action) {
-                         .analog_in.context=channel,
-                         .analog_in.read=NULL });
-          map->map(map->device, &channel->channel);
-        }
+        struct moberg_channel_analog_in *channel = malloc(sizeof(*channel));
+
+        if (! channel) { goto err_enomem; }
+        init_channel(&channel->channel,
+                     channel,
+                     &channel->channel_context,
+                     device,
+                     kind,
+                     (union moberg_channel_action) {
+                       .analog_in.context=channel,
+                       .analog_in.read=NULL });
+        map->map(map->device, &channel->channel);
       } break;
       case chan_ANALOGOUT: {
-        struct moberg_channel_analog_out *channel =
-          malloc(sizeof(*channel));
+        struct moberg_channel_analog_out *channel = malloc(sizeof(*channel));
         
-        if (channel) {
-          init_channel(&channel->channel,
-                       channel,
-                       &channel->channel_context,
-                       device,
-                       kind,
-                       (union moberg_channel_action) {
-                         .analog_out.context=channel,
-                         .analog_out.write=NULL });
-          map->map(map->device, &channel->channel);
-        }
+        if (! channel) { goto err_enomem; }
+        init_channel(&channel->channel,
+                     channel,
+                     &channel->channel_context,
+                     device,
+                     kind,
+                     (union moberg_channel_action) {
+                       .analog_out.context=channel,
+                       .analog_out.write=NULL });
+        map->map(map->device, &channel->channel);
       } break;
       case chan_DIGITALIN: {
-        struct moberg_channel_digital_in *channel =
-          malloc(sizeof(*channel));
-        
-        if (channel) {
-          init_channel(&channel->channel,
-                       channel,
-                       &channel->channel_context,
-                       device,
-                       kind,
-                       (union moberg_channel_action) {
-                         .digital_in.context=channel,
+        struct moberg_channel_digital_in *channel = malloc(sizeof(*channel));
+
+        if (! channel) { goto err_enomem; }
+        init_channel(&channel->channel,
+                     channel,
+                     &channel->channel_context,
+                     device,
+                     kind,
+                     (union moberg_channel_action) {
+                       .digital_in.context=channel,
                          .digital_in.read=NULL });
-          map->map(map->device, &channel->channel);
-        }
+        map->map(map->device, &channel->channel);
       } break;
       case chan_DIGITALOUT: {
-        struct moberg_channel_digital_out *channel =
-          malloc(sizeof(*channel));
-        
-        if (channel) {
-          init_channel(&channel->channel,
-                       channel,
-                       &channel->channel_context,
-                       device,
-                       kind,
-                       (union moberg_channel_action) {
-                         .digital_out.context=channel,
-                         .digital_out.write=NULL });
-          map->map(map->device, &channel->channel);
-        }
+        struct moberg_channel_digital_out *channel = malloc(sizeof(*channel));
+
+        if (! channel) { goto err_enomem; }        
+        init_channel(&channel->channel,
+                     channel,
+                     &channel->channel_context,
+                     device,
+                     kind,
+                     (union moberg_channel_action) {
+                       .digital_out.context=channel,
+                       .digital_out.write=NULL });
+        map->map(map->device, &channel->channel);
       } break;
       case chan_ENCODERIN: {
-        struct moberg_channel_encoder_in *channel =
-          malloc(sizeof(*channel));
+        struct moberg_channel_encoder_in *channel = malloc(sizeof(*channel));
         
-        if (channel) {
-          init_channel(&channel->channel,
-                       channel,
-                       &channel->channel_context,
-                       device,
-                       kind,
-                       (union moberg_channel_action) {
-                         .encoder_in.context=channel,
-                         .encoder_in.read=NULL });
-          map->map(map->device, &channel->channel);
-        }
+        if (! channel) { goto err_enomem; }
+        init_channel(&channel->channel,
+                     channel,
+                     &channel->channel_context,
+                     device,
+                     kind,
+                     (union moberg_channel_action) {
+                       .encoder_in.context=channel,
+                       .encoder_in.read=NULL });
+        map->map(map->device, &channel->channel);
       } break;
     }
   }
-  return 1;
+  return MOBERG_OK;
+err_enomem:
+  return MOBERG_ERRNO(ENOMEM);
 syntax_err:
-  moberg_parser_failed(c, stderr);
-  return 0;
+  return moberg_parser_failed(c, stderr);
 }
 
-static int start(struct moberg_device_context *device,
-                 FILE *f)
+static struct moberg_status start(struct moberg_device_context *device,
+                                  FILE *f)
 {
-  return 1;
+  return MOBERG_OK;
 }
 
-static int stop(struct moberg_device_context *device,
-                 FILE *f)
+static struct moberg_status stop(struct moberg_device_context *device,
+                                 FILE *f)
 {
-  return 1;
+  return MOBERG_OK;
 }
 
 struct moberg_device_driver moberg_device_driver = {
diff --git a/test/Makefile b/test/Makefile
index c8ff506..10abd01 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -24,3 +24,4 @@ build:
 
 clean:
 	rm -f vgcore.* *~
+	rm -rf build
diff --git a/test/test_c.c b/test/test_c.c
deleted file mode 100644
index 0233e50..0000000
--- a/test/test_c.c
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <stdio.h>
-#include <stdlib.h>
-#include <moberg.h>
-
-int main(int argc, char *argv[])
-{
-  const struct moberg_t *moberg = moberg_init();
-  free((struct moberg_t*) moberg);
-}
diff --git a/test/test_io.c b/test/test_io.c
index 4e0def3..09ca9fe 100644
--- a/test/test_io.c
+++ b/test/test_io.c
@@ -6,8 +6,12 @@ int main(int argc, char *argv[])
   struct moberg *moberg = moberg_new(NULL);
   struct moberg_analog_in ai0;
   double ai0_value;
-  moberg_analog_in_open(moberg, 0, &ai0);
-  ai0.read(ai0.context, &ai0_value); 
+  if (! moberg_OK(moberg_analog_in_open(moberg, 0, &ai0))) {
+    fprintf(stderr, "OPEN failed\n");
+  }
+  if (! moberg_OK(ai0.read(ai0.context, &ai0_value))) { 
+    fprintf(stderr, "READ failed\n");
+  }
   fprintf(stderr, "READ ai0: %f\n", ai0_value);
   moberg_analog_in_close(moberg, 0, ai0);
   moberg_free(moberg);
-- 
GitLab