user_types.h 1.3 KB

1234567891011121314151617181920212223242526
  1. /* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
  2. /* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
  3. /**
  4. * INTEL CONFIDENTIAL
  5. * Copyright(c) 2013 Intel Corporation All Rights Reserved.
  6. *
  7. * The source code contained or described herein and all documents related to
  8. * the source code ("Material") are owned by Intel Corporation or its suppliers
  9. * or licensors. Title to the Material remains with Intel Corporation or its
  10. * suppliers and licensors. The Material contains trade secrets and proprietary
  11. * and confidential information of Intel or its suppliers and licensors. The
  12. * Material is protected by worldwide copyright and trade secret laws and treaty
  13. * provisions. No part of the Material may be used, copied, reproduced, modified,
  14. * published, uploaded, posted, transmitted, distributed, or disclosed in any
  15. * way without Intel's prior express written permission.
  16. *
  17. * No license under any patent, copyright, trade secret or other intellectual
  18. * property right is granted to or conferred upon you by disclosure or delivery
  19. * of the Materials, either expressly, by implication, inducement, estoppel or
  20. * otherwise. Any license under such intellectual property rights must be
  21. * express and approved by Intel(R) in writing.
  22. */
  23. typedef void * buffer_t;
  24. typedef int array_t[10];