Ignore:
Timestamp:
Feb 17, 2016, 5:15:31 PM (8 years ago)
Author:
alain
Message:

Remove dependencies on the hard_config.h file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_libs/user_lock.h

    r709 r795  
    1010#ifndef _USER_LOCK_H_
    1111#define _USER_LOCK_H_
    12 
    13 #include "hard_config.h"
    1412
    1513///////////////////////////////////////////////////////////////////////////////////
     
    5351typedef struct sqt_lock_s
    5452{
    55     sqt_lock_node_t* node[X_SIZE][Y_SIZE][5];  // array of pointers on SBT nodes
     53    sqt_lock_node_t* node[16][16][5];        // array of pointers on SBT nodes (max size)
    5654} sqt_lock_t;
    5755
Note: See TracChangeset for help on using the changeset viewer.