Add yet-another linked list type
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 9 Mar 2010 07:42:45 +0000 (23:42 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 9 Mar 2010 07:42:45 +0000 (23:42 -0800)
commit7e4ce719238e910043325567e941e4ea9a953264
treee87707410a0a5882d56229b10728afc89e6ddf84
parent61484ba188ed14bbd989010708e4520e5852ea32
Add yet-another linked list type

The use of macros to access existing linked list type makes it
unsuitable for its current use as a base class.  Since this type and
the accompanying macros are used all over the place in Mesa, we can't
really change them.
list.h [new file with mode: 0644]